Elixir way to conditionally update a map
|
|
28
|
14659
|
March 20, 2023
|
Explaining map & reduce with animated examples
|
|
17
|
3108
|
January 26, 2023
|
How to unorder map keys when less than 32 keys
|
|
10
|
1911
|
January 19, 2023
|
Nestru: serialize maps to nested structs
|
|
7
|
1287
|
November 22, 2022
|
Bug in Elixir? Map update in guards
|
|
12
|
831
|
November 11, 2022
|
Add a key to map if it does not exist
|
|
1
|
302
|
October 23, 2022
|
How to get struct from map - elixir?
|
|
33
|
24591
|
October 4, 2022
|
Data_schema - declarative schemas for data transformations
|
|
17
|
2363
|
September 29, 2022
|
Update map's value by its index in a list
|
|
7
|
372
|
September 11, 2022
|
Recursively traverse and update nested map
|
|
4
|
435
|
August 11, 2022
|
Rename all map keys
|
|
6
|
911
|
August 9, 2022
|
Passing in options: Maps vs. Keyword lists
|
|
9
|
11013
|
July 19, 2022
|
How to check if multiple values are something
|
|
2
|
220
|
July 14, 2022
|
To atom or not to atom - that is the question :)
|
|
33
|
1390
|
July 13, 2022
|
What's the difference in how you can access Map fields?
|
|
1
|
352
|
July 7, 2022
|
Nested map to HTML table with rowspans
|
|
2
|
373
|
June 24, 2022
|
Enum.map - ping list of nested maps
|
|
4
|
510
|
May 11, 2022
|
Merge an Enum of maps
|
|
2
|
540
|
May 10, 2022
|
Merging 2 nested maps
|
|
4
|
2299
|
April 30, 2022
|
Format / Parse Elixir string to map
|
|
1
|
835
|
April 10, 2022
|
How to update map keys while keeping the values sorted
|
|
3
|
457
|
March 27, 2022
|
Elixir update a particular field in a list of maps
|
|
1
|
412
|
February 13, 2022
|
Put/update deep inside nested maps (and auto-create intermediate keys)
|
|
11
|
14235
|
February 7, 2022
|
Creating structures: new vs modify
|
|
1
|
332
|
January 20, 2022
|
Optimize function: find and update/replace in list of maps
|
|
7
|
1033
|
January 12, 2022
|
Help simplify a map function
|
|
22
|
1235
|
January 3, 2022
|
Map.values returns '\f' when it shouldn't
|
|
2
|
352
|
December 4, 2021
|
Elixir version of a safe navigation operator? (navigating nil in maps/structs)
|
|
31
|
9701
|
November 26, 2021
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
574
|
November 15, 2021
|
Generate a map of default values from a list
|
|
2
|
232
|
November 11, 2021
|