Struct: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:1714:17, 3 December 2023Elixirfan talk contribs 2,483 bytes +2,483 Created page with "== Struct == A **struct** is a composite data type that allows developers to define their own data structures with named fields. It is a fundamental concept in the Elixir programming language. === Purpose === Structs are useful for organizing and manipulating related data in a structured manner. They provide a convenient way to define and work with complex data shapes in Elixir. By defining a struct, you can ensure that the data adheres to a specific structure with pr..."