PassiveSupport.Range.min

You're seeing just the function min, go back to PassiveSupport.Range module for more information.
Link to this function

min(arg)

(since 0.1.0)

Returns the smaller end of the range

Examples

iex> min(0..5)
0
iex> min(5..0)
0