SafeInt.bits

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

Meta