operator [] method Null safety

Float64x2 operator [](
  1. int index
)
inherited

Implementation

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