circleGet method

T circleGet(
  1. int index
)

Implementation

T circleGet(int index) => this[index % length];