MapSet.split_with/2
defmodule MapSet do
def split_with(map_set, fun)
end
Splits the map_set
into two MapSet
s according to the given function fun
.
defmodule MapSet do
def split_with(map_set, fun)
end
Splits the map_set
into two MapSet
s according to the given function fun
.