operator [] method

Register64 operator [](
  1. int index
)

Implementation

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