Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ZipShortestBy ¶
ZipShortestBy pairs values from two sequences and stops when either sequence ends.
This keeps the shorter-input semantics of go-iterator-helper's hiter.Pairs. It intentionally differs from samber/lo/it.ZipBy2, which pads missing values with zero values when the sequences have different lengths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.