package
Version:
v0.31.0-h
Opens a new window with list of versions in this module.
Published: Aug 12, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Len consumes the iterator and returns the number of elements found.
IMPORTANT: this method consumes the iterator, so it should not be used after
Len() returns.
type Iterator interface {
Next() any
}
Iterator represents an object that can iterate over a set of values one at a
time.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.