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. It duplicates most of the iterators provided by the
loading more results...