Range.min

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

Return Value

Type: T

the minimum value of the range

Meta