SafeInt.bits

Undocumented in source.
  1. typeof(this) bits [@property getter]
  2. const(typeof(this)) bits [@property getter]
  3. SafeInt!(N, true, throws) bits;
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc
    static if(!(bitOps))
    SafeInt!(N, true, throws) bits;

Meta