Documentation ¶
Index ¶
- func AsInt16(bytes *[]byte) *int16
- func AsInt32(bytes *[]byte) *int32
- func AsInt64(bytes *[]byte) *int64
- func AsUint16(bytes *[]byte) *uint16
- func AsUint32(bytes *[]byte) *uint32
- func AsUint64(bytes *[]byte) *uint64
- func Int32AsSlice(i *int32) []byte
- func Int64AsSlice(i *int64) []byte
- func Uint64AsSlice(i *uint64) []byte
- type Slice
- func (ss *Slice) AsBytes() *[]byte
- func (ss *Slice) AsFloat32s() *[]float32
- func (ss *Slice) AsFloat64s() *[]float64
- func (ss *Slice) AsInt16s() *[]int16
- func (ss *Slice) AsInt32s() *[]int32
- func (ss *Slice) AsInt64s() *[]int64
- func (ss *Slice) AsInt8s() *[]int8
- func (ss *Slice) AsUint16s() *[]uint16
- func (ss *Slice) AsUint32s() *[]uint32
- func (ss *Slice) AsUint64s() *[]uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32AsSlice ¶
func Int64AsSlice ¶
func Uint64AsSlice ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.