tileAt1d method

int tileAt1d(
  1. int idx
)

Implementation

@pragma('vm:prefer-inline')
int tileAt1d(int idx) => _data[idx];