Documentation ¶
Index ¶
- func Pairs[S ~[]T, T any](in S, num int) []S
- func PairsSeq[S ~[]T, T any](in S, num int) iter.Seq[S]
- func PairsSeq2[S ~[]T, T any](in S, num int) iter.Seq2[int, S]
- func Reverse[S ~[]T, T any](in S) S
- func ReverseSeq[S ~[]T, T any](in S) iter.Seq[T]
- func ReverseSeq2[S ~[]T, T any](in S) iter.Seq2[int, T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReverseSeq ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.