bound.C

Undocumented in source.
template bound(alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
version(none)
alias C = CommonType!(typeof(low), typeof(high))

Meta