Hi, the function Map.take/2 does the same as :maps.with/2, so I sent a PR - https://github.com/elixir-lang/elixir/pull/5575
There is also :maps.without/2 in Erlang. However, there is nothing like that in Map module (Map.untake/2 is probably a bad name). What about adding Map.with/2 and Map.without/2 functions? -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/55089abb-dce8-4856-9c51-ee07f31464bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
