SmartInt

Undocumented in source.
  1. template SmartInt(N, bool bitOps = true, bool throws = true)
    @safe
    template SmartInt (
    N
    bool bitOps = true
    bool throws = true
    ) if (
    isCheckedInt!N ||
    (
    isIntegral!N &&
    !isUnqual!N
    )
    ) {}
  2. struct SmartInt(N, bool bitOps = true, bool throws = true)

Members

Aliases

SmartInt
alias SmartInt = SmartInt!(BasicScalar!N, bitOps, throws)
Undocumented in source.

Meta