Dynamically get list of struct keys
|
|
3
|
506
|
January 12, 2021
|
How does pattern matching with structs work?
|
|
8
|
1565
|
December 27, 2020
|
Using Repo.insert_all when your schema has embeds_many
|
|
1
|
1403
|
October 19, 2020
|
Casting Sugar - Announcing EctoMorph, a lib to help casting between structs for Ecto
|
|
3
|
948
|
July 31, 2020
|
First time Elixir macro -- generate similar functions?
|
|
8
|
858
|
July 29, 2020
|
Are nested structs an anti-pattern?
|
|
13
|
2482
|
July 9, 2020
|
Updating structs: Map.put vs %Foo{oldfoo | new: value} vs put_in
|
|
31
|
19722
|
July 4, 2020
|
Use Ecto schema directly or convert to a custom struct?
|
|
6
|
2464
|
June 30, 2020
|
Struct vs. @type t
|
|
3
|
3334
|
June 5, 2020
|
StructCreate, a library to create a struct from a keyword list or a map
|
|
7
|
532
|
May 26, 2020
|
Get field names of a struct
|
|
1
|
2437
|
May 13, 2020
|
Allow specifying the type when defining structs
|
|
22
|
1111
|
April 12, 2020
|
Transforming list of structs to map
|
|
6
|
2185
|
April 5, 2020
|
Best way to parse bytes from a file and turn them into struct fields
|
|
2
|
1042
|
March 14, 2020
|
How to access all list elements
|
|
4
|
469
|
December 26, 2019
|
What's the difference between a struct and a type in a @spec?
|
|
1
|
380
|
December 17, 2019
|
Using put_in for structs
|
|
1
|
1595
|
December 17, 2019
|
Parsing Ecto Struct and forming our desired map list
|
|
4
|
957
|
September 2, 2019
|
Merging maps in list based on matching value
|
|
5
|
1663
|
May 5, 2019
|
Is there a cleaner way to update a deeply nested struct or map?
|
|
3
|
1905
|
April 15, 2019
|
Ecto.Schema/Struct with lots (100) keys ... would this affect performance/memory usage?
|
|
14
|
947
|
April 4, 2019
|
Why use Map.put for structs?
|
|
8
|
1643
|
March 14, 2019
|
Generate a list of structs from a list
|
|
12
|
2813
|
February 13, 2019
|
Structs from External Data
|
|
0
|
451
|
February 13, 2019
|
Idea: 'multiguards' to allow structs in guards
|
|
1
|
1030
|
December 13, 2018
|
How to implement complexed custom sort?
|
|
11
|
2685
|
November 19, 2018
|
Performing multiple calculations on a nested struct
|
|
7
|
1542
|
November 19, 2018
|
Is Dialyzer useful for Phoenix + Ecto.Structs?
|
|
4
|
525
|
November 7, 2018
|
Sending and recieveing a file(audio) from app to elixir api issue
|
|
3
|
1093
|
September 13, 2018
|
Why do structs accept keyword lists as args and not maps?
|
|
6
|
852
|
September 10, 2018
|