at method

IndexedNode at(
  1. int index
)
override

Returns the child node at the index

Implementation

IndexedNode at(int index) => children[index];