Node<T> typedef

Node<T> = EventNode<T>

Alias for EventNode type

Implementation

typedef Node<T> = EventNode<T>;