tileAt1d method

T tileAt1d(
  1. int idx
)

Implementation

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