Node<T> typedef

Node<T> = EventNode<T>

Implementation

typedef Node<T> = EventNode<T>;