Versions in this module Expand all Collapse all v1 v1.12.0 Sep 26, 2022 Changes in this version + func BoolToRaw(b bool) uint64 + func Float64ToRaw(f float64) uint64 + func Int64ToRaw(i int64) uint64 + func RawPtrToFloat64Ptr(r *uint64) *float64 + func RawPtrToInt64Ptr(r *uint64) *int64 + func RawToBool(r uint64) bool + func RawToFloat64(r uint64) float64 + func RawToInt64(r uint64) int64