All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:17, 3 December 2023 Elixirfan talk contribs created page Struct (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...")