# Functions
New will allocate, initialize, and return a new skiplist.
# Structs
Skip list is a datastructure that probabalistically determines relationships between nodes.
# Interfaces
Comparator is a generic interface that represents items that can be compared.
Iterator defines an interface that allows a consumer to iterate all results of a query.
# Type aliases
Comparators is a typed list of type Comparator.