Versions in this module Expand all Collapse all v0 v0.3.0 Apr 21, 2020 Changes in this version + const Byte + const EB + const GB + const IByte + const IEB + const IGB + const IKB + const IMB + const IPB + const ITB + const KB + const MB + const PB + const TB + func ArrayByteFloat(bs []byte) (result []float32) + func BitLen(x int64) (n int64) + func BoolToByte(b bool) []byte + func ByteArray2UInt64(bs []byte) uint64 + func ByteToFloat32(bytes []byte) float32 + func ByteToFloat32Array(bytes []byte) ([]float32, error) + func ByteToFloat64(bs []byte) float64 + func ByteToString(b []byte) string + func ByteToUInt32(bs []byte) uint32 + func ByteToVector(bs []byte) ([]float32, string, error) + func Bytes2Int(bs []byte) int64 + func CloneBytes(b []byte) []byte + func Float64ToByte(v float64) []byte + func FloatArray(fa []float32) (code string, err error) + func FloatArrayByte(fa []float32) (code []byte, err error) + func FormatByte(s uint64) string + func FormatIByte(s uint64) string + func Int64ToByte(v int64) []byte + func StringToByte(s string) []byte + func UInt32ToByte(v uint32) []byte + func UnsafeFloat32SliceAsByteSlice(floats []float32) []byte + func ValueToByte(fa interface{}) ([]byte, error) + func VectorToByte(vector []float32, source string) ([]byte, error) Incompatible versions in this module v3.2.7+incompatible Apr 2, 2021 v3.2.5+incompatible Dec 16, 2020 v3.2.0+incompatible Sep 7, 2020 v3.1.0+incompatible May 29, 2020