SmartInt.bits

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) bits [@property getter]
    struct SmartInt(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. SmartInt!(N, true, throws) bits;

Meta