PassiveSupport.Range.max
You're seeing just the function
max
, go back to PassiveSupport.Range module for more information.
Returns the larger end of the range
Examples
iex> max(0..5)
5
iex> max(5..0)
5