Node

constructor(value: T, next: Node<T>? = null)