# Functions
New returns a newly initialized SortedSet Object that implements the SortedSet.
# Constants
SkipListMaxLevel represents the skipList max level number.
SkipListP represents the p parameter of the skipList.
# Structs
GetByScoreRangeOptions represents the options of the GetByScoreRange function.
SortedSet represents the sorted set.
SortedSetLevel records forward and span.
SortedSetNode represents a node in the SortedSet.
# Type aliases
SCORE represents the score type.