The OpenD Programming Language

BigIntView.opCast

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

Meta