Struct
Everything on SkillVeris tagged Struct — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Structs in Elixir
Learn how Elixir structs extend maps with defined fields, compile-time checks, default values, and protocol-based behavior.
Struct and Interface Embedding in Go
Understand how Go uses struct and interface embedding to compose behavior instead of using inheritance.
Struct Tags in Go
Learn how backtick-delimited struct tags attach metadata to fields for use by reflection-based libraries.