The OpenD Programming Language

Decimal.this

  1. this(const(C)[] str, int exponentShift)
    struct Decimal(uint size64)
    @safe @safe pure @nogc
    this
    (
    C
    )
    (
    scope const(C)[] str
    ,
    int exponentShift = 0
    )
    if (
    size64 &&
    size64 <= ushort.max
    )
  2. this(T x)

Meta