# Functions
From64 converts v to a Uint128 value.
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.
New returns the Uint128 value (lo,hi).
# Variables
No description provided by the author