Difference between group_by and chunk_by
|
|
2
|
60
|
December 15, 2024
|
`Enum.map_every/3` but with start offset
|
|
6
|
1316
|
December 8, 2024
|
Arrays - Fast and versatile arrays with swappable implementations
|
|
14
|
4574
|
July 19, 2024
|
Why do we need to use Enum.into(%{})?
|
|
14
|
1152
|
March 17, 2024
|
Is reduce_while/3 the correct function for this use-case?
|
|
2
|
275
|
March 15, 2024
|
Why Enum.filter_map is deprecated?
|
|
13
|
8468
|
February 16, 2023
|
Prevent Enum.map from converting to Keyword-List
|
|
4
|
366
|
February 18, 2024
|
I can't get Enum.into/2 to work according to spec
|
|
7
|
464
|
January 7, 2024
|
Append to list after Enum.map. How to do this efficiently?
|
|
14
|
2832
|
December 22, 2023
|
Can elixir make optimisations of Enum.count automatically?
|
|
4
|
471
|
September 10, 2023
|
Does Enum.map run serially or does it run in parallel?
|
|
6
|
1522
|
July 18, 2023
|
Do something x number of times
|
|
8
|
10757
|
April 13, 2023
|
Filling the tail of a list upto a length with default values?
|
|
3
|
755
|
February 13, 2023
|
Enum fusion?
|
|
43
|
3979
|
January 10, 2023
|
Would like to see an Enum.filter_map
|
|
4
|
742
|
December 14, 2022
|
Need help with custom sorter
|
|
1
|
580
|
November 29, 2022
|
Access attribute in list of lists
|
|
3
|
855
|
November 11, 2022
|
How to get first x elements from the list?
|
|
21
|
5764
|
October 27, 2022
|
Enum filter changes list of numbers and nils to list of bytes
|
|
6
|
853
|
October 3, 2022
|
Code critique: group_after/2 for parsing flat HTML
|
|
9
|
890
|
September 25, 2022
|
String.split vs Enum.split_with
|
|
9
|
2058
|
September 23, 2022
|
Is this a bug in the Enum.to_list function?
|
|
5
|
735
|
September 5, 2022
|
Enum.drop_every - make it make sense
|
|
5
|
869
|
August 11, 2022
|
Aggregating Streams into multuple lists
|
|
2
|
615
|
August 4, 2022
|
Why Enum.flat_map_reduce/3 can halt enum process, but map_reduce/3 can not?
|
|
3
|
668
|
July 10, 2022
|
Making list from range fails: Enum.to_list(27..77//5)
|
|
3
|
709
|
June 26, 2022
|
Enum.map - ping list of nested maps
|
|
4
|
1322
|
May 11, 2022
|
Merge an Enum of maps
|
|
2
|
1425
|
May 10, 2022
|
How to improve sort of maps in a list which have duplicate key
|
|
9
|
1029
|
April 28, 2022
|
Fill a list after Enum.Each Loo^p
|
|
5
|
1694
|
April 18, 2022
|