operator [] method

Node<T>? operator [](
  1. T value
)

Alias to getNode.

Implementation

Node<T>? operator [](T value) => getNode(value);