Documentation ¶
Index ¶
- func BoolToRaw(b bool) uint64
- func Float32ToRaw(f float32) uint64
- func Float64ToRaw(f float64) uint64
- func Int32ToRaw(i int32) uint64
- func Int64ToRaw(i int64) uint64
- func RawPtrToFloat64Ptr(r *uint64) *float64
- func RawPtrToInt64Ptr(r *uint64) *int64
- func RawPtrToUint64Ptr(r *uint64) *uint64
- func RawToBool(r uint64) bool
- func RawToFloat32(r uint64) float32
- func RawToFloat64(r uint64) float64
- func RawToInt32(r uint64) int32
- func RawToInt64(r uint64) int64
- func RawToUint32(r uint64) uint32
- func RawToUint64(r uint64) uint64
- func Uint32ToRaw(u uint32) uint64
- func Uint64ToRaw(u uint64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32ToRaw ¶
func Float64ToRaw ¶
func Int32ToRaw ¶
func Int64ToRaw ¶
func RawPtrToFloat64Ptr ¶
func RawPtrToInt64Ptr ¶
func RawPtrToUint64Ptr ¶
func RawToFloat32 ¶
func RawToFloat64 ¶
func RawToInt32 ¶
func RawToInt64 ¶
func RawToUint32 ¶
func RawToUint64 ¶
func Uint32ToRaw ¶
func Uint64ToRaw ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.