Registry / utility / hamster

hamster

JSON →
library3.0.0rbrubygemsunverified

Hamster provides efficient, immutable, and thread-safe collection classes for Ruby.

gem install hamster
INSTALL
IMPORT
SIG · HAMSTER
H
hamster
utilityrubyv3.0.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.

Hamster
require 'hamster'

Create an immutable list and prepend an element.

require 'hamster' list = Hamster::List[1, 2, 3] new_list = list.cons(0) puts new_list.to_a.inspect # [0, 1, 2, 3]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
17
Resources
hamster — gem install hamster · libregistry