# Functions
FormatParts is a general purpose locale-aware way to format any quantity with a defined set of factors into a list of parts.
NewHumanizer initialises a human language number encoder/decoder for the given tag (representing a specific language or locale).
# Constants
FactorModeIdentity indicates that the given factor label represents the unit with no changes.
FactorModeInputCompat indicates that the given factor label should only be considered on input.
FactorModeReplace indicates the given factor label replaces the current unit e.g.
FactorModeUnitPrefix indicates the given factor label is a unit prefix e.g.
# Interfaces
Humanizer implements a locale-aware way to parse and format humanized quantities.