bound.V

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

Meta