Documentation
¶
Index ¶
- func RandUint32() uint32
- func RandUint32n(n uint32) uint32
- type SkipList
- func (sl *SkipList) Count() uint64
- func (sl *SkipList) Get(key []byte) ([]byte, bool)
- func (sl *SkipList) Height() uint64
- func (sl *SkipList) Print()
- func (sl *SkipList) Range(f func(k, v []byte) bool)
- func (sl *SkipList) Remove(k uint64) ([]byte, bool)
- func (sl *SkipList) Set(key, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandUint32 ¶
func RandUint32() uint32
func RandUint32n ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.