File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ The [slices] package adds several functions that work with iterators:
22
22
sub-slices of up to n elements of a slice.
23
23
24
24
The [ maps] package adds several functions that work with iterators:
25
- - [ All] ( /pkg/maps#All ) returns an iterator over key-value pairs from m .
26
- - [ Keys] ( /pkg/maps#Keys ) returns an iterator over keys in m .
27
- - [ Values] ( /pkg/maps#Values ) returns an iterator over values in m .
28
- - [ Insert] ( /pkg/maps#Insert ) adds the key-value pairs from seq to m .
29
- - [ Collect] ( /pkg/maps#Collect ) collects key-value pairs from seq into a new map and returns it.
25
+ - [ All] ( /pkg/maps#All ) returns an iterator over key-value pairs from a map .
26
+ - [ Keys] ( /pkg/maps#Keys ) returns an iterator over keys in a map .
27
+ - [ Values] ( /pkg/maps#Values ) returns an iterator over values in a map .
28
+ - [ Insert] ( /pkg/maps#Insert ) adds the key-value pairs from an iterator to an existing map .
29
+ - [ Collect] ( /pkg/maps#Collect ) collects key-value pairs from an iterator into a new map and returns it.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments