Reorganize site to make room for documenting the other built-in modules.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
^title Maps
|
||||
^category guide
|
||||
|
||||
A map is an *associative* collection. It holds a set of entries, each of which
|
||||
maps a *key* to a *value*. The same data structure has a variety of names in
|
||||
@@ -117,7 +116,7 @@ For that, map exposes two methods: `keys` and `values`.
|
||||
The first returns a [Sequence][] that [iterates][] over all of the keys in the
|
||||
map, and the second returns one that iterates over the values.
|
||||
|
||||
[sequence]: core/sequence.html
|
||||
[sequence]: modules/core/sequence.html
|
||||
[iterates]: control-flow.html#the-iterator-protocol
|
||||
|
||||
If you want to see all of the key-value pairs in a map, the easiest way is to
|
||||
|
||||
Reference in New Issue
Block a user