Visual Elixir Reference
MapSet
/
to_list/1
MapSet.to_list/1
defmodule
MapSet
do
def
to_list(map_set)
end
Creates a list with the elements of the set.
← split_with/2
union/2 →
English