Documentation
¶
Index ¶
- func Float64ToInt64(f float64) int64
- func Float64ToUint64(f float64) uint64
- func FromBytes[T constraints.Number](bytes []byte) T
- func Int64ToFloat64(f int64) float64
- func Int64ToUint64(f int64) uint64
- func ToBytes[T constraints.Number](t T) []byte
- func Uint64ToFloat64(f uint64) float64
- func Uint64ToInt64(f uint64) int64
- func ViewBin(v any)
- type Num64
- func (b Num64) At(leftIdx int) bool
- func (b Num64) Float() float64
- func (b Num64) Int() int64
- func (b Num64) Num8(leftIdx int) bool
- func (b Num64) RangeInt(leftIdx, rightIdx int) int64
- func (b Num64) RangeUint(leftIdx, rightIdx int) uint64
- func (b Num64) SetAt(leftIdx int, v bool) Num64
- func (b Num64) SetRange(l, r int, v bool) Num64
- func (b Num64) Uint() uint64
- type Uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.