Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + func GetLittleEndianUint128(buffer []byte, offset int) (value [2]uint64) + func GetLittleEndianUint64(b []byte, offset int) uint64 + func PutLittleEndianUint128(buffer []byte, offset int, v [2]uint64) + func PutLittleEndianUint64(b []byte, offset int, v uint64) + type Uint128 [2]uint64 + func NewPopulatedUint128(r randy) *Uint128 + func (this Uint128) Compare(that Uint128) int + func (this Uint128) Equal(that Uint128) bool + func (u *Uint128) Unmarshal(data []byte) error + func (u *Uint128) UnmarshalJSON(data []byte) error + func (u Uint128) Marshal() ([]byte, error) + func (u Uint128) MarshalJSON() ([]byte, error) + func (u Uint128) MarshalTo(data []byte) (n int, err error) + func (u Uint128) Size() int