# Functions
FloatWith returns a new uint wrapper for the specified value.
IntWith returns a new OptUint wrapper with a given int.
NewFloatNone returns a new uint wrapper.
NewIntNone returns a new OptUint 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.
Int 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.
# Interfaces
ZeroInterface is a type interface for cases where we need to cast from a void pointer.