The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Set::Scalar"

Set::Scalar - basic set operations River stage three • 32 direct dependents • 190 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 • 190 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 • 190 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 • 190 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 • 190 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 • 190 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 • 190 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

Net::ACL::Set::Scalar - Class replacing a scalar data element River stage zero No dependents

This module is a very simpel array ellement replacement utility to allow simple value replacement with Net::ACL::Rule....

LORENSEN/Net-ACL-0.07 - 06 Jun 2003 20:01:38 UTC

Set::Scalar::ValuedUniverse - universes for valued set members River stage three • 32 direct dependents • 190 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

Set::FA - A Set of Discrete Finite Automata River stage one • 1 direct dependent • 1 total dependent

Set::FA provides a mechanism to define and run a set of DFAs....

RSAVAGE/Set-FA-2.01 - 20 Sep 2016 02:48:16 UTC

Set::Hash - Hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::Hash allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corre...

DJBERG/Set-Hash-0.01 - 16 Dec 2002 05:09:00 UTC

Set::Tiny - Simple sets of strings River stage two • 10 direct dependents • 13 total dependents

Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. For a more complete implementation of mathematical...

TRENDELS/Set-Tiny-0.04 - 04 Mar 2016 17:10:37 UTC

Set::Light - (memory efficient) unordered set of strings River stage one • 1 direct dependent • 1 total dependent

Set::Light implements an unordered set of strings. Set::Light currently uses a hash underneath, and each key of the hash points to the same scalar, thus saving memory per item. Why not use a hash? Usually you would use a hash to keep track of a list ...

RRWO/Set-Light-0.95 - 07 May 2021 12:03:20 UTC

Set::Array - Arrays as objects with lots of handy methods River stage two • 16 direct dependents • 20 total dependents

Set::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...

RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 UTC

Array::Set - Perform set operations on arrays River stage one • 4 direct dependents • 4 total dependents

This module provides routines for performing set operations on arrays. Set is represented as a regular Perl array. All comparison is done with "eq" (string comparison) by default, but if your set contains references/undef, you can enable "allow_refs"...

PERLANCAR/Array-Set-0.063 - 20 Oct 2021 00:05:56 UTC

Set::String - Strings as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::String allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with cor...

DJBERG/Set-String-0.03 - 25 Apr 2002 14:02:42 UTC

Set::Window - Manages an interval on the integer line River stage one • 1 direct dependent • 1 total dependent

A "Set::Window" object represents a window on the integer line; that is, a finite set of consecutive integers. Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operat...

SWMCD/Set-Window-1.01 - 15 Jul 2002 18:50:40 UTC

Set::Groups - A set of groups. River stage zero No dependents

The Groups object implements a set of groups. Each group can own single members and group members. A group can be flattened, i.e. expansed until each of his members is a single one....

JACQUELIN/Set-Groups-0.8 - 06 Nov 2007 21:21:06 UTC

Set::Product - generates the cartesian product of a set of lists River stage zero No dependents

The "Set::Product" module generates the cartesian product of a set of lists....

GRAY/Set-Product-0.03 - 16 Nov 2015 07:29:43 UTC

Set::Toolkit - searchable, orderable, flexible sets of (almost) anything. River stage zero No dependents

This module implements a set objects that can contain members of (almost) any type, and provides a number of attached helpers to allow set and element manipulation at a variety of levels. By "almost", I mean that it won't let you store "undef" as a v...

SIRROBERT/Set-Toolkit-0.11 - 21 Apr 2010 14:07:23 UTC
55 results (0.045 seconds)