The OpenD Programming Language

BigUIntView.opCast

  1. T opCast()
    struct BigUIntView(W)
    @safe const scope
    static if(W.sizeof >= size_t.sizeof)
    T
    opCast
    (
    T
    )
    ()
    if (
    __traits(isUnsigned, W)
    )
  2. T opCast()
  3. T opCast()
  4. BigUIntView!V opCast()

Meta