Documentation
¶
Index ¶
- func FromFloat32(d float32) []byte
- func FromFloat64(d float64) []byte
- func FromInt16(d int16) []byte
- func FromInt32(d int32) []byte
- func FromInt64(d int64) []byte
- func FromInt8(d int8) []byte
- func FromSliceFloat32(d []float32) []byte
- func FromSliceFloat64(d []float64) []byte
- func FromSliceInt16(d []int16) []byte
- func FromSliceInt32(d []int32) []byte
- func FromSliceInt64(d []int64) []byte
- func FromSliceInt8(d []int8) []byte
- func FromSliceUint16(d []uint16) []byte
- func FromSliceUint32(d []uint32) []byte
- func FromSliceUint64(d []uint64) []byte
- func FromSliceUint8(d []uint8) []byte
- func FromUint16(d uint16) []byte
- func FromUint32(d uint32) []byte
- func FromUint64(d uint64) []byte
- func FromUint8(d uint8) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromFloat32 ¶
FromFloat32 converts a float32 to []byte using unsafe
func FromFloat64 ¶
FromFloat64 converts a float65 to []byte using unsafe
func FromSliceFloat32 ¶
FromSliceFloat32 convert a []float32 to []byte using unsafe
func FromSliceFloat64 ¶
FromSliceFloat64 convert a []float64 to []byte using unsafe
func FromSliceInt16 ¶
FromSliceInt16 convert a []int16 to []byte using unsafe
func FromSliceInt32 ¶
FromSliceInt32 convert a []int32 to []byte using unsafe
func FromSliceInt64 ¶
FromSliceInt64 convert a []int64 to []byte using unsafe
func FromSliceInt8 ¶
FromSliceInt8 convert a []int8 to []byte using unsafe
func FromSliceUint16 ¶
FromSliceUint16 convert a []uint16 to []byte using unsafe
func FromSliceUint32 ¶
FromSliceUint32 convert a []uint32 to []byte using unsafe
func FromSliceUint64 ¶
FromSliceUint64 convert a []uint64 to []byte using unsafe
func FromSliceUint8 ¶
FromSliceUint8 convert a []uint8 to []byte using unsafe
func FromUint16 ¶
FromUint16 converts a uint16 to []byte using unsafe
func FromUint32 ¶
FromUint32 converts a uint32 to []byte using unsafe
func FromUint64 ¶
FromUint64 converts a uint64 to []byte using unsafe
Types ¶
This section is empty.