Module policies

Source
Expand description

Predefined policies.

Structs§

SeparatorPolicy
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.