loop method

dynamic loop(
  1. int length
)

Implementation

loop(int length) {
  return MathUtils.loopIndex(this, length);
}