Documentation
¶
Index ¶
- func At[I constraints.Integer, E any](seq iter.Seq[E], n I) (e E, ok bool)
- func BackwardSplitStringSeq(s, sep string) iter.Seq[string]
- func First[E any](seq iter.Seq[E]) E
- func Len[E any](seq iter.Seq[E]) int
- func Map[A, B any](seq iter.Seq[A], f func(A) B) iter.Seq[B]
- func SeqOf[E any](elems ...E) iter.Seq[E]
- func SplitBytesSeq(s, sep []byte) iter.Seq[[]byte]
- func SplitStringSeq(s, sep string) iter.Seq[string]
- func Take[I constraints.Integer, E any](seq iter.Seq[E], count I) iter.Seq[E]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.