package
2.3.6
Repository: https://git.chainmaker.org.cn/chainmaker/common
Documentation: pkg.go.dev

# Functions

BytesPrefix returns key range that satisfy the given prefix.
BytesToInt le bytes to int32, little endian.
BytesToInt64 le bytes to int64, little endian.
BytesToString converts byte slice to string without a memory allocation.
BytesToUint64 le bytes to uint64, little endian.
Int64ToBytes int64 to le bytes, little endian.
IntToBytes int32 to le bytes, little endian.
StringToBytes converts string to byte slice without a memory allocation.
Uint64ToBytes uint64 to le bytes, little endian.