iteration library

Functions

downFrom(int n, dynamic callback(int i)) → void
Do the callback n times, argument decreases
times(int n, dynamic callback(int i)) → void
Do the callback n times, argument increases