The OpenD Programming Language

BigUIntView.opCast

  1. T opCast()
  2. T opCast()
  3. T opCast()
  4. BigUIntView!V opCast()
    struct BigUIntView(W)
    @safe pure nothrow @nogc return scope
    opCast
    (
    V
    )
    ()
    if (
    V.sizeof <= W.sizeof
    )
    if (
    __traits(isUnsigned, W)
    )

Meta