bound

Instantiator for \c Bound.

Bounds low and high infer type of internal _value. If packed optimize storage for compactness otherwise for speed.

\see http://stackoverflow.com/questions/17502664/instantiator-function-for-bound-template-doesnt-compile

template bound(alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
version(none)
bound
()
if (
isCTBound!low &&
)

Meta