package
Version:
v0.0.0-...-f89cf20
Opens a new window with list of versions in this module.
Published: Jan 8, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IntoIterator interface {
IntoIter() Iterator
}
type Iterator interface {
Next() (interface{}, bool)
}
type IteratorExt interface {
Iterator
Map(fn func(item interface{}) interface{}) *Map
}
func (m *Map) Next() (interface{}, bool)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.