# Functions
Base62ToInt 解码字符串为整数.
BoolToBytes bool->bytes.
BytesToBool bytes->bool.
BytesToFloat32 BytesToFloat32.
BytesToFloat64 BytesToFloat64.
BytesToInt32 BytesToInt32.
BytesToInt64 BytesToInt64.
BytesToMap BytesToMap.
BytesToMapString BytesToMapString.
Float32ToBytes Float32ToBytes.
Float64ToBytes Float64ToBytes.
GenerateID returns a randomly-generated 64-bit ID.
Int32ToBytes Int32ToBytes.
Int64ToBytes Int64ToBytes.
IntToBase62 编码 整数 为 base62 字符串.
MapToBytes MapToBytes.
MapToBytesString MapToBytesString.
NewBeeMap return new safemap.
NewQueue New constructs and returns a new Queue.
ParseID parses the given string as a hexadecimal string.
RandInt64 生成一个min->max的随机数.
Sprintf 字符串格式,可以替换map中的内容 eg 你的名字是{name} extra=map[string]string{"name","mqant"}.
# Variables
EDOC 62进制码.
# Type aliases
An ID is a unique, uniformly distributed 64-bit ID.