- DebugInt
alias DebugInt(N, Flag!"bitOps" bitOps = Yes.bitOps) = checkedint.DebugInt!(N, IFP.noex, bitOps)
Undocumented in source.
- SafeInt
alias SafeInt(N, Flag!"bitOps" bitOps = Yes.bitOps) = checkedint.SafeInt!(N, IFP.noex, bitOps)
Undocumented in source.
- SmartInt
alias SmartInt(N, Flag!"bitOps" bitOps = Yes.bitOps) = checkedint.SmartInt!(N, IFP.noex, bitOps)
Undocumented in source.
- raise
alias raise = checkedint.flags.raise!(IFP.noex)
Undocumented in source.
- safeOp
alias safeOp = checkedint.safeOp!(IFP.noex)
Undocumented in source.
- smartOp
alias smartOp = checkedint.smartOp!(IFP.noex)
Undocumented in source.
- to
alias to(T) = checkedint.to!(T, IFP.noex)
Undocumented in source.
Aliases for the checkedint module using the noex IntFlagPolicy.