package
0.0.0-20190930002912-917641f8ea70
Repository: https://github.com/dotchain/dot.git
Documentation: pkg.go.dev

# Functions

BetweenOrd returns keys between the two provided keys.
LessOrd returns true if a < b.
NewRank returns a new rank with current Epoch and some random bits to ensure uniqueness.
NextOrd returns the next ordinal.
PrevOrd returns the prev ordinal.

# Structs

Container holds a single CRDT value.
Dict implements a CRDT-style dictionary.
Rank implements a unique ID that can be used for sorting.
Seq implements a CRDT-style sequence.