iterutil

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func At

func At[I constraints.Integer, E any](seq iter.Seq[E], n I) (e E, ok bool)

func BackwardSplitStringSeq

func BackwardSplitStringSeq(s, sep string) iter.Seq[string]

func First

func First[E any](seq iter.Seq[E]) E

func Len

func Len[E any](seq iter.Seq[E]) int

func Map

func Map[A, B any](seq iter.Seq[A], f func(A) B) iter.Seq[B]

func SeqOf

func SeqOf[E any](elems ...E) iter.Seq[E]

func SplitBytesSeq

func SplitBytesSeq(s, sep []byte) iter.Seq[[]byte]

func SplitStringSeq

func SplitStringSeq(s, sep string) iter.Seq[string]

func Take

func Take[I constraints.Integer, E any](seq iter.Seq[E], count I) iter.Seq[E]

Types

This section is empty.

Jump to

Keyboard shortcuts

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