The OpenD Programming Language

BigIntView.this

  1. this(W[] coefficients, bool sign)
    struct BigIntView(W)
    @safe
    this
    (,
    bool sign = false
    )
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )
  2. this(BigUIntView!W unsigned, bool sign)

Meta