The OpenD Programming Language

BigIntView.opCast

  1. T opCast()
  2. T opCast()
  3. T opCast()
  4. BigIntView!V opCast()
  5. BigIntView!V opCast()
    struct BigIntView(W)
    @safe const return scope
    opCast
    (
    T : BigIntView!V
    V
    )
    ()
    if (
    V.sizeof <= W.sizeof
    )
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )

Meta