# Functions

New creates a new instance of a sorted set.
NewCluster returns a new empty Cluster.
NewSafeSet creates SafeSet.

# Constants

All represents the bitmap of the whole set.

# Structs

Cluster is a sortedset that keeps track of duplicates.
SafeSet is a wrapper of Set but with explicit Lock/Unlock methods.

# Type aliases

Set is an ordered set of big.Int.