//
pkg.gl
Category
github.com/dusk-network/dusk-blockchain
pkg
util
nativeutils
sortedset
package
0.6.1
Repository:
https://github.com/dusk-network/dusk-blockchain.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
7
Files
320 SLOC
#
Functions
New
New creates a new instance of a sorted set.
NewCluster
NewCluster returns a new empty Cluster.
NewSafeSet
NewSafeSet creates SafeSet.
#
Constants
All
All represents the bitmap of the whole set.
#
Structs
Cluster
Cluster is a sortedset that keeps track of duplicates.
SafeSet
SafeSet is a wrapper of Set but with explicit Lock/Unlock methods.
#
Type aliases
Set
Set is an ordered set of big.Int.