# Functions
FloatWith returns a new uint wrapper for the specified value.
NewFloatNone returns a new uint wrapper.
NewUintNone returns a new OptUint wrapper.
SumOptUint sums a list of OptUint values.
UintWith returns a new OptUint wrapper with a given int.
# Structs
Bytes wraps a uint64 byte value.
BytesOpt wraps a uint64 byte value in an option type.
Float is a wrapper for "optional" types, with the bool value indicating if the stored int is a legitimate value.
Pct wraps a float64 percent value.
PctOpt wraps a float64 percent value in an option type.
Uint is a wrapper for "optional" types, with the bool value indicating if the stored int is a legitimate value.
Us wraps a uint64 microseconds value.