elm-format Hashdict documentation
parent
fcc7699a44
commit
da81a09eb8
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue