cycler_python310

Composable style cycles

Version

0.11.0-2
(2025-09-20)

Size

8.9

KiB

Repository

HaikuPorts
Cycling through combinations of values, producing dictionaries.
The public API of cycler consists of a class Cycler, a factory function cycler(), and a concatenation function concat(). The factory function provides a simple interface for creating *base* Cycler objects while the class takes care of the composition and iteration logic.