SmartInt.bscal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. N bscal;
  2. N bscal [@property getter]
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc @property ref
    static if(!(bitOps))
    N
    bscal
    ()
    if (
    isIntegral!N &&
    )
  3. const(N) bscal [@property getter]

Meta