Groxio Blog
all posts
/
courses
/
training
/
grox.io
← Back to all posts
Posts tagged with
Structs
1 post
A Struct Is Just a Map With Rules
How Structs Give Elixir Maps a Fixed Shape
Structs are maps with rules: fixed fields, a hidden __struct__ key, and clearer boundaries around domain data. Learn when to choose a map and when to reach for a struct in Elixir.
Elixir
Functional Programming
Structs
Data Structures
Protocols