itertools
by Pascal Schuppli | MIT
itertools provides a small library of custom iterators inspired by the python itertools module
GDScript has a custom iterator protocol which enables looping over objects using the standard for loop. itertools provides several custom iterators so you don't have to reinvent the wheel yourself. Examples of provided iterators include: Iterators to loop
loading more results...