Decimal.this

Note: Float construction less accurate that string, Use string construction if possible

  1. this(T num)
    struct Decimal(Hook = Abort)
    pure
    this
    (
    T
    )
    (
    const T num
    )
    if (
    isNumeric!T
    )
  2. this(S str)

Meta