RE: Add foreach/2 fucntion to the maps module.
"Wojtek Surowka" <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
> I propose to add the foreach/2 function to the maps module. +1 This is a good idea filling a gap in maps module. Quite a few times I used maps:fold with accumulator ignored. Maps:foreach makes the intent explicit. -- Wojtek