BigUIntView.opCast

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

Meta