Currency._units

Undocumented in source.
struct Currency(string _UNIT, long _BASE_UNIT = 1_000_000_000, long MAX_VALUE_IN_BASE_UNITS = 1_000_000_000)
protected
@label("$")
long _units;

Meta