SafeInt.bits

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) bits [@property getter]
  2. const(typeof(this)) bits [@property getter]
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc @property ref const
    static if(bitOps)
    const(typeof(this))
    bits
    ()
    if (
    isIntegral!N &&
    )
  3. SafeInt!(N, true, throws) bits;

Meta