ValueHandler.minLimit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T minLimit [@property getter]
    struct ValueHandler(size_t CNT, T = float)
    @property const
    T
    minLimit
    ()
    if (
    CNT > 0 &&
    isFloatingPoint!T
    )
  2. T minLimit [@property setter]

Meta