RubyGems Navigation menu

setfu 1.2.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:
=

インストール:
=

バージョン履歴:

  1. 3.1.0 January 29, 2020 (28KB)
  2. 3.0.1 January 26, 2018 (25.5KB)
  3. 3.0.0 January 22, 2018 (25KB)
  4. 2.1.0 December 05, 2017 (15.5KB)
  5. 2.0.0 February 01, 2016 (10KB)
  6. 1.2.0 November 03, 2015 (9.5KB)
全てのバージョンを表示(全10件)

Development依存関係 (4):

bundler ~> 1.3
byebug >= 5.0.0
rake >= 10.1.0
rspec >= 3.3.0

所有者:

作者:

  • Bryan Colvin

SHA 256チェックサム:

=

累計ダウンロード数 21,146

このバージョンのみ 2,177

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 1.9.1

リンク: