operator [] method

Reference<T> operator [](
  1. int index
)

Implementation

Reference<T> operator [](int index) => child(index);