SmartInt.bits

Undocumented in source.
  1. inout(SmartInt!(N, policy, Yes.bitOps)) bits [@property getter]
  2. SmartInt!(N, policy, Yes.bitOps) bits;
    struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    static if(!(bitOps))
    SmartInt!(N, policy, Yes.bitOps) bits;

Meta