Decimal.coefficient

Undocumented in source.
  1. BigInt coefficient;
  2. uint128 coefficient;
    struct Decimal(Hook = Abort)
    package
    static if(!(useBigInt))
    static if(useU128)
    uint128 coefficient;
  3. ulong coefficient;

Meta