|
Adding element into list with pipe operator
|
|
3
|
1346
|
March 20, 2021
|
|
How to remove trailing 0's from list
|
|
1
|
854
|
January 18, 2021
|
|
Is it better during recursion to do `list ++ [add_this]` or rather proper `[add_this | list]` and finish with `Enum.reverse/1`?
|
|
7
|
1180
|
December 2, 2020
|
|
Why should we iterate a list twice to pipe 2 aggregate functions?
|
|
13
|
1806
|
November 25, 2020
|
|
Implement tail recursive `map` operation for a list
|
|
4
|
1789
|
November 2, 2020
|
|
Filter or find in an array of maps by another map's values?
|
|
1
|
1059
|
October 27, 2020
|
|
Merge two list of same length, empty values in one list filled with values from 2nd
|
|
6
|
1706
|
October 5, 2020
|
|
List and strings
|
|
6
|
1160
|
August 21, 2020
|
|
Can length function be used for function argument pattern matching
|
|
9
|
2302
|
June 17, 2020
|
|
Modifying the response array objects
|
|
5
|
1212
|
May 8, 2020
|
|
Push into list or modify the list based on key from a list
|
|
4
|
1065
|
January 30, 2020
|
|
Why is my random number lookup slow using lists?
|
|
9
|
1812
|
January 5, 2020
|
|
Code in release don't match function empty case
|
|
2
|
683
|
November 21, 2019
|
|
Is there a way to inspect a list of integers without accidentally ending up with a charlist?
|
|
12
|
6206
|
November 1, 2019
|
|
How to pretty print a list of Erlang terms?
|
|
10
|
7146
|
May 30, 2019
|
|
Simple shopping cart with Phoenix?
|
|
3
|
2325
|
May 28, 2019
|
|
Merging maps in list based on matching value
|
|
5
|
2399
|
May 5, 2019
|
|
Grouping and extract values from list of maps
|
|
6
|
6992
|
April 7, 2019
|
|
How to add key/value element to List with variable
|
|
6
|
5764
|
January 15, 2019
|