SafeInt

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

Members

Aliases

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

Meta