package
Version:
v0.0.0-...-5e24856
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
License: MIT
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.
Documentation
¶
-
func Map[I, O any](input iter.Seq[I], fn func(elem I) O) iter.Seq[O]
-
func Map2[I, I2, O, O2 any](input iter.Seq2[I, I2], fn func(x I, y I2) (O, O2)) iter.Seq2[O, O2]
func Map2[I, I2, O, O2 any](input iter.Seq2[I, I2], fn func(x I, y I2) (O, O2)) iter.Seq2[O, O2]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.