Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 Changes in this version + func CopyBytes(b []byte) []byte + func GetStacktrace(all bool) string + func IsSorted2DBytes(arr [][]byte) bool + func IsSortedAndUnique(data sort.Interface) bool + func IsSortedAndUniqueUint32(arr []uint32) bool + func IsSortedAndUniqueUint64(u64 []uint64) bool + func RandomBytes(n int) []byte + func Sort2DBytes(arr [][]byte) + func SortUint32(u32 []uint32) + func SortUint64(u64 []uint64) + func Zero() T + type AtomicBool struct + func (a *AtomicBool) GetValue() bool + func (a *AtomicBool) SetValue(b bool) + type AtomicInterface struct + func NewAtomicInterface(v interface{}) *AtomicInterface + func (a *AtomicInterface) GetValue() interface{} + func (a *AtomicInterface) SetValue(v interface{})