iters

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IterCollect

func IterCollect[T any](iter ...iter.Seq[T]) []T

func IterJoin

func IterJoin[T any](iter ...iter.Seq[T]) iter.Seq[T]

func IterJoin2

func IterJoin2[T1, T2 any](iter ...iter.Seq2[T1, T2]) iter.Seq2[T1, T2]

func IterUnique

func IterUnique[T comparable](iter ...iter.Seq[T]) iter.Seq[T]

func IterValue

func IterValue[T any](v ...T) iter.Seq[T]

func IterValue2

func IterValue2[T1, T2 any](v1 T1, v2 T2) iter.Seq2[T1, T2]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL