SkiplistRangeResult
Inherits Struct < Value < Object
Structure to hold range scan results in Crystal
Constructors
new(elements : Array(Int64), scores : Array(Float64))
SourceInstance methods
each
Sourceeach_with_score
Sourceelements
Sourceelements=(elements : Array(Int64))
Sourcescores
Sourcescores=(scores : Array(Float64))
Sourcesize
Sourcesum
Source