# Functions
ParseBytes parses a strings and returns the proper ByteAny implementation based on the unit specified.
# Constants
ExponentialFold defines the value to fold back to the previous exponent for better display of a small value.
IECBase is the exponential base for IEC units.
SIBase is the exponential base for SI units.
# Variables
ByteIECUnits lists known units we can convert to based on uint64.
ByteSIUnits lists known units we can convert to based on uint64.
# Interfaces
No description provided by the author