The OpenD Programming Language

Fp.opCast

  1. T opCast()
    struct Fp(uint size)
    nothrow const
    T
    opCast
    (
    T
    )
    ()
    if (
    is(Unqual!T == bool)
    )
    if (
    size % (uint.sizeof * 8) == 0 &&
    size >= (uint.sizeof * 8)
    )
  2. T opCast()
  3. T opCast()

Meta