Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Skiplist
Inherits
Reference
<
Object
Crystal wrapper class for easier usage
Constructors
new
Source
Instance methods
count
(min :
Float64
, max :
Float64
) :
UInt64
Source
delete
(score :
Float64
, element :
Int64
)
Source
finalize
Source
insert
(score :
Float64
, element :
Int64
)
Source
length
Source
range_scan
(min :
Float64
, max :
Float64
) :
SkiplistRangeResult
Source