Decimal.this

implements spec to-number

  1. this(T num)
  2. this(S str)
    struct Decimal(Hook = Abort)
    this
    (
    S
    )
    (
    S str
    )
    if (
    isForwardRange!S &&
    isSomeChar!(ElementEncodingType!S)
    &&
    !isInfinite!S
    )

Meta