Range.max

  1. T max()
    struct Range(T)
    T
    max
    ()
  2. T max(T max)

Return Value

Type: T

the maximum value of the range

Meta