Files
ports/devel/rubygem-set/distinfo
Sunpoet Po-Chuan Hsieh e600fc0d0e Add rubygem-set 1.0.1
This library provides the Set class, which deals with a collection of unordered
values with no duplicates. It is a hybrid of Array's intuitive inter-operation
facilities and Hash's fast lookup.

The method to_set is added to Enumerable for convenience.

Set implements a collection of unordered values with no duplicates. This is a
hybrid of Array's intuitive inter-operation facilities and Hash's fast lookup.

Set is easy to use with Enumerable objects (implementing each). Most of the
initializer methods and binary operators accept generic Enumerable objects
besides sets and arrays. An Enumerable object can be converted to Set using the
to_set method.

WWW: https://github.com/ruby/set
2021-01-03 20:01:14 +00:00

4 lines
158 B
Plaintext

TIMESTAMP = 1609598791
SHA256 (rubygem/set-1.0.1.gem) = d169fe8df4738e9da1118199429a9cf1ce0ac5e8a3cacc481e2ed24d585419dd
SIZE (rubygem/set-1.0.1.gem) = 12800