Documentation ¶
Index ¶
- func All[S ~[]E, E any](s S) iter.Seq2[int, E]
- func AppendSeq[S ~[]E, E any](s S, seq iter.Seq[E]) S
- func Backward[S ~[]E, E any](s S) iter.Seq2[int, E]
- func Chunk[S ~[]E, E any](s S, n int) iter.Seq[S]
- func Collect[E any](s iter.Seq[E]) []E
- func Sorted[E cmp.Ordered](seq iter.Seq[E]) []E
- func SortedFunc[E any](seq iter.Seq[E], cmp func(E, E) int) []E
- func SortedStableFunc[E any](seq iter.Seq[E], cmp func(E, E) int) []E
- func Values[S ~[]E, E any](s S) iter.Seq[E]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortedStableFunc ¶ added in v0.0.15
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.