SmartInt.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 SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc @property ref const
    static if(bitOps)
    const(typeof(this))
    bits
    ()
    if (
    isIntegral!N &&
    )
  3. SmartInt!(N, true, throws) bits;

Meta