Documentation
¶
Index ¶
- func Join[T comparable](x0 T, has0 bool, x1 T, has1 bool) T
- func Merge[T cmp.Ordered](it0, it1 iter.Seq[T]) iter.Seq[T]
- func MergeGeneral[T0, T1 any](it0, it1 iter.Seq[T0], cmp func(T0, T0) int, join func(T0, bool, T0, bool) T1) iter.Seq[T1]
- func MergeMulti[T cmp.Ordered](its ...iter.Seq[T]) iter.Seq[T]
- func MergeMultiGeneral[T any](cmp func(T, T) int, join func(T, bool, T, bool) T, its ...iter.Seq[T]) iter.Seq[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Join ¶
func Join[T comparable](x0 T, has0 bool, x1 T, has1 bool) T
Join implements a join function that just returns whatever value is being joined.
func MergeGeneral ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.