class

Skiplist

Inherits Reference < Object

Crystal wrapper class for easier usage

Constructors

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