PassiveSupport.Range.last

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

last(arg)

(since 0.1.0)

Specs

last(Range.t()) :: integer()

Returns the last number of the range

Examples

iex> last(0..5)
5
iex> last(5..0)
0