Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RangeCol ¶
func RangeCol[C Collection[T], T any](col C, yield func(item T) bool)
RangeCol goes over the collection and calls the function, stopping early if yield returns false
func RangeColParralel ¶
func RangeColParralel[C Collection[T], T any](colls []C, yield func(item T) bool)
Types ¶
type Collection ¶
Click to show internal directories.
Click to hide internal directories.