ValueHandler.maxLimit

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

Meta