Elixir way to conditionally update a map
|
|
29
|
16318
|
August 29, 2023
|
Map.take is not a good name
|
|
27
|
2890
|
August 21, 2023
|
Creating a nested list from a flat list
|
|
4
|
240
|
June 18, 2023
|
Why do Elixir maps have an update syntax but no insert syntax, meanwhile Erlang has both?
|
|
29
|
1234
|
June 13, 2023
|
Merging each item in a map with each item in a list
|
|
6
|
244
|
May 24, 2023
|
Best performance for simple map (multicore etc.)
|
|
6
|
397
|
May 17, 2023
|
Cannot use pop_in when the last segment is a map/struct field
|
|
0
|
144
|
April 5, 2023
|
Explaining map & reduce with animated examples
|
|
17
|
3384
|
January 26, 2023
|
How to unorder map keys when less than 32 keys
|
|
10
|
2138
|
January 19, 2023
|
Nestru: serialize maps to nested structs
|
|
7
|
1701
|
November 22, 2022
|
Bug in Elixir? Map update in guards
|
|
12
|
957
|
November 11, 2022
|
Add a key to map if it does not exist
|
|
1
|
875
|
October 23, 2022
|
How to get struct from map - elixir?
|
|
33
|
27347
|
October 4, 2022
|
Data_schema - declarative schemas for data transformations
|
|
17
|
2752
|
September 29, 2022
|
Update map's value by its index in a list
|
|
7
|
526
|
September 11, 2022
|
Recursively traverse and update nested map
|
|
4
|
828
|
August 11, 2022
|
Rename all map keys
|
|
6
|
1491
|
August 9, 2022
|
Passing in options: Maps vs. Keyword lists
|
|
9
|
11607
|
July 19, 2022
|
How to check if multiple values are something
|
|
2
|
375
|
July 14, 2022
|
To atom or not to atom - that is the question :)
|
|
33
|
1850
|
July 13, 2022
|
What's the difference in how you can access Map fields?
|
|
1
|
486
|
July 7, 2022
|
Nested map to HTML table with rowspans
|
|
2
|
638
|
June 24, 2022
|
Enum.map - ping list of nested maps
|
|
4
|
792
|
May 11, 2022
|
Merge an Enum of maps
|
|
2
|
871
|
May 10, 2022
|
Merging 2 nested maps
|
|
4
|
2585
|
April 30, 2022
|
Format / Parse Elixir string to map
|
|
1
|
1807
|
April 10, 2022
|
How to update map keys while keeping the values sorted
|
|
3
|
795
|
March 27, 2022
|
Elixir update a particular field in a list of maps
|
|
1
|
717
|
February 13, 2022
|
Put/update deep inside nested maps (and auto-create intermediate keys)
|
|
11
|
15734
|
February 7, 2022
|
Creating structures: new vs modify
|
|
1
|
413
|
January 20, 2022
|