command
Version:
v0.0.0-...-db3ee8d
Opens a new window with list of versions in this module.
Published: Nov 27, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Range
range()
iterates over elements in a variety of data structures.
range()
on arrays and slices provides both the index and value for each
entry.
We ignore variables using the blank identifier _
(underscore).
range()
on a map iterates over key/value pairs; can also iterate over just
the keys of a map.
range()
on strings iterates over Unicode code points.
The first value is the starting byte index of the rune and the second the rune
itself.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.