Skip to content

Commit

Permalink
adds header for ToC to link to
Browse files Browse the repository at this point in the history
  • Loading branch information
justynhunter authored and lpil committed Jul 26, 2024
1 parent e8a10d4 commit 2f0f605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheatsheets/gleam-for-elixir-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,8 @@ dict.from_list([#("key1", "value1"), #("key2", 2)]) // Type error!

Custom type allows you to define a collection data type with a fixed number of named fields, and the values in those fields can be of differing types.

### Records

#### Elixir

Elixir uses Structs which are implemented using Erlang's Map.
Expand Down

0 comments on commit 2f0f605

Please sign in to comment.