setfu 3.1.0
Creates a Set class with methods that allow you to construct and opperate on set instances. A 'Bignum' instance is used internally to store each element of the set. This allows very fast operations when comparing two set instances. Member elements can be represented as positive small integers, or characters. Sets can be constructed with integers, strings, characters, ranges, and arrays. When characters are used, the ordinate value sets the element bit of the internal Bignum.
Gemfile:
=
install:
=
Runtime Dependencies (4):
betterobject
~> 1.2, >= 1.2.0
pred
~> 0.1, >= 0.1.2
primitive_wrapper
~> 2, >= 2.3.0
yieldhelper
~> 0.1, >= 0.1.0