Range.to_list/1

defmodule Range do
  def to_list(range)
end

Converts a range to a list.