bound.bound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto bound()
  2. auto bound(V value)
    template bound(alias low, alias high, bool optional = false, bool useExceptions = true, bool packed = true, bool signed = false)
    version(none)
    bound
    (
    V
    )
    (
    V value = V.init
    )
    if (
    isCTBound!low &&
    )

Meta