class SortedSet(Value, Score)
- SortedSet(Value, Score)
- Reference
- Object
Included Modules
- Enumerable(SortedSet::Entry(Value, Score))
Defined in:
sorted_set.crInstance Method Summary
- #add(value : Value, score : Score) : self
-
#each(&block : Entry(Value, Score) -> )
Must yield this collection's elements to the block.
Instance Method Detail
Description copied from module Enumerable(SortedSet::Entry(Value, Score))
Must yield this collection's elements to the block.