bound

Instantiate \c Bound from a single expression expr.

Makes it easier to add free-contants to existing Bounded variables.

  1. template bound(alias value)
    version(none)
    template bound (
    alias value
    ) if (
    isCTBound!value
    ) {
    version(none)
    const
    auto bound;
    }
  2. template bound(alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)

Meta