mcfonts.iter¶
Module Contents¶
- split_iterator[S, T](source: collections.abc.Iterator[S], transform: collections.abc.Callable[[S], T], split_at: int) collections.abc.Generator[collections.abc.Sequence[T]]¶
Split an iterator into a generator of sequences of transformed elements.