The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Set-Scalar"

Set::Scalar - basic set operations River stage three • 32 direct dependents • 188 total dependents

Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Real - internal class for Set::Scalar River stage three • 32 direct dependents • 188 total dependents

This is not the module you are looking for. If you want documentation see Set::Scalar....

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Base - base class for Set::Scalar River stage three • 32 direct dependents • 188 total dependents

This is not the module you are looking for. See the Set::Scalar....

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Null - internal class for Set::Scalar River stage three • 32 direct dependents • 188 total dependents

This is not the module you are looking for. If you want documentation see Set::Scalar....

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Valued - valued sets River stage three • 32 direct dependents • 188 total dependents

Valued sets are an extension of the traditional set concept. In addition to a member just existing in the set, the member also has a distinct value. You can think of this a combination of a traditional set and a Perl hash. The used methods are as for...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Virtual - internal class for Set::Scalar River stage three • 32 direct dependents • 188 total dependents

This is not the module you are looking for. See the Set::Scalar....

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::Universe - universes for set members River stage three • 32 direct dependents • 188 total dependents

There are only two guaranteed interfaces, both sort of indirect. The first one is accessing the universe of a set: $set->universe This contains the members of the universe $set->universe->members of the $set. The second supported interface is display...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::Scalar::ValuedUniverse - universes for valued set members River stage three • 32 direct dependents • 188 total dependents

There are only two guaranteed interfaces, both sort of indirect. The first one is accessing the universe of a valued set: $valued_set->universe This contains the members of the universe $valued_set->universe->members of the $valued_set. The second su...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC
8 results (0.013 seconds)