ValueHandler.maxLimit

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

Meta