Expand description
Predefined policies.
Structs§
- Separator
Policy - A policy for inserting separators into numbers.
Constants§
- COMMA_
SEPARATOR - Policy for placing a comma every three decimal digits.
- DOT_
SEPARATOR - Policy for placing a period every three decimal digits.
- HEX_
FOUR - Policy for placing a space every four hexadecimal digits.
- SPACE_
SEPARATOR - Policy for placing a space every three decimal digits.
- UNDERSCORE_
SEPARATOR - Policy for placing an underscore every three decimal digits.