package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

FromBytes parses the byte slice as a 128 bit big-endian unsigned integer.
FromInts takes in two unsigned 64-bit integers and constructs a Uint128.
FromString parses a hexadecimal string as a 128-bit big-endian unsigned integer.

# Structs

Uint128 is a big-endian 128 bit unsigned integer which wraps two uint64s.