operator [] method

Int32x4 operator [] (int index)

Implementation

N operator [](int index) => _list[index];