A.ExRange.new
You're seeing just the function
new
, go back to A.ExRange module for more information.
Specs
Creates a new exclusive range.
start
defaults to 0.
Examples
iex> A.ExRange.new(0, 100)
#A<0 ~> 100>
iex> A.ExRange.new(10)
#A<0 ~> 10>