SmartInt.bits

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

Meta