SafeInt.bscal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. N bscal;
  2. inout(N) bscal [@property getter]
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    @property ref return inout pure @safe nothrow @nogc
    static if(!(bitOps))
    inout(N)
    bscal
    ()
    if (
    isIntegral!N &&
    )

Meta