|
How to define the type of a Stream with a specific type of elements?
|
|
4
|
145
|
July 9, 2025
|
|
Guard test for protocol?
|
|
1
|
69
|
May 9, 2025
|
|
Enum.reduce/3 vs Enumerable.reduce/3
|
|
15
|
242
|
February 7, 2025
|
|
Arrays - Fast and versatile arrays with swappable implementations
|
|
14
|
4696
|
July 19, 2024
|
|
Filter list of maps
|
|
5
|
6226
|
June 3, 2024
|
|
How to filter a list of maps by multi keys?
|
|
4
|
246
|
May 28, 2024
|
|
Trouble understanding octet string (binary) iteration
|
|
6
|
300
|
March 14, 2024
|
|
How to remove duplication from typespec and static list of values?
|
|
1
|
216
|
March 12, 2024
|
|
Recursion using only original list
|
|
3
|
341
|
June 27, 2023
|
|
Enum fusion?
|
|
43
|
4120
|
January 10, 2023
|
|
Different behavior between List.flatten() and Enum/Stream.flat_map()
|
|
11
|
2375
|
December 30, 2022
|
|
How to generate permutations from different sets of elements?
|
|
12
|
1482
|
October 14, 2022
|
|
Enumerable not implemented for nil of type Atom
|
|
4
|
2319
|
March 31, 2022
|
|
How to extract the data out of enum
|
|
4
|
717
|
September 10, 2021
|
|
Passing list values to a function
|
|
9
|
2917
|
June 9, 2021
|
|
Iterating through a list
|
|
5
|
12171
|
April 21, 2021
|
|
Enum.member? on Ecto.Changeset
|
|
2
|
782
|
April 8, 2021
|
|
How to implement Enumerable protocol for struct?
|
|
12
|
4460
|
February 3, 2021
|
|
Iterate over a list of maps and sum the result
|
|
8
|
2051
|
February 3, 2021
|
|
Merge streams but run asynchronously
|
|
2
|
1466
|
January 11, 2021
|
|
Is it better during recursion to do `list ++ [add_this]` or rather proper `[add_this | list]` and finish with `Enum.reverse/1`?
|
|
7
|
1157
|
December 2, 2020
|
|
How can I transform data using Enum functions?
|
|
2
|
667
|
October 27, 2020
|
|
Check if value matches a field in a list of objects
|
|
3
|
2271
|
August 22, 2020
|
|
Combine some list element pairs based on a condition?
|
|
2
|
1215
|
July 26, 2020
|
|
Yaq - An Enumerable Queue for Elixir
|
|
13
|
1581
|
May 21, 2020
|
|
Learning how to use Enum.flat_map_reduce
|
|
4
|
2014
|
May 13, 2020
|
|
Enum.map returns a list, not the enumerable type supplied
|
|
8
|
2274
|
April 17, 2020
|
|
Add an artifical row into a stream
|
|
2
|
858
|
April 10, 2020
|
|
Elixir insert map in to list - Mutiple image upload in the same order
|
|
3
|
742
|
April 10, 2020
|
|
Elixir reduce on list of maps
|
|
2
|
834
|
April 7, 2020
|