The OpenD Programming Language

UInt.opCast

  1. T opCast()
  2. T opCast()
  3. T opCast()
    struct UInt(size_t size)
    const @safe pure nothrow @nogc
    T
    opCast
    (
    T
    )
    ()
    if (
    is(T == UInt!newSize,
    uint newSize
    )
    )
    if (
    size % (size_t.sizeof * 8) == 0 &&
    size >= size_t.sizeof * 8
    )
  4. T opCast()

Meta