Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CancelHandler ¶
type CancelHandler func()
type IterateHandler ¶
type Iterator ¶
type Iterator[T any] interface { Iterate() (IterateHandler[T], CancelHandler) }
Click to show internal directories.
Click to hide internal directories.