# Functions
No description provided by the author
# Type aliases
Type ChunkIteratorFunc[T any] is a function type that returns a chunk of items, a boolean indicating whether there are more items, and an error.
Type IteratorFunc[T any] is a function type that returns an item, a boolean indicating whether the item is valid and can try to move on to next one, and an error.