SafeInt.opCast

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

Meta