package
0.0.0-20150211160725-59788d5eb259
Repository: https://github.com/golang-collections/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New will allocate, initialize, and return a new skiplist.

# Structs

Skip list is a datastructure that probabalistically determines relationships between nodes.

# Interfaces

Entry
Entry defines items that can be inserted into the skip list.
Iterator defines an interface that allows a consumer to iterate all results of a query.

# Type aliases

Entries is a typed list of interface Entry.