Registry / utility / sorted-set

sorted-set

JSON →
library1.1.0rbrubygemsunverified

Implements a variant of Set whose elements are sorted in ascending order.

gem install sorted_set
INSTALL
IMPORT
SIG · SORTED-SET
S
sorted-set
utilityrubyv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SortedSet
require 'sorted_set'

Create a sorted set and display its elements in order.

require 'sorted_set' set = SortedSet.new([3, 1, 2]) puts set.to_a.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
sorted-set — gem install sorted-set · libregistry