checkFor

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T checkFor(S value, T minValue, T maxValue)
    T
    checkFor
    (
    T
    S
    )
    (,
    T minValue = T.min
    ,
    T maxValue = T.max
    )
    if (
    isIntegral!S
    )
  2. T checkFor(S value, T minValue, T maxValue)

Meta