elm-format Hashdict documentation

2-transfer-tools
Bram van den Heuvel 2023-12-15 15:02:02 +01:00
parent fcc7699a44
commit da81a09eb8
1 changed files with 9 additions and 10 deletions

View File

@ -68,7 +68,6 @@ example, this can be useful when every user is identifiable by their username:
, height : Float , height : Float
} }
In the example listed above, the users are stored by their username, which means In the example listed above, the users are stored by their username, which means
that all you need to know is the value "Alice" to retrieve all the information that all you need to know is the value "Alice" to retrieve all the information
about them. Additionally, you do not need to specify a key to insert the values. about them. Additionally, you do not need to specify a key to insert the values.