SPPCompiler.Utils.Functools module

SPPCompiler.Utils.Functools.reduce(func, iterable, initial)

! Reduce the iterable into a single value using the function and the initial value.

Return type:

TypeVar(T)