SmartInt.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. M opCast()
  2. M opCast()
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc const
    M
    opCast
    (
    M
    )
    ()
    if (
    is(M == bool)
    )
    if (
    isIntegral!N &&
    )
  3. M opCast()

Meta