The constructor function initializes an instance of a class with a given value and sets the next property to null.
The "val" parameter is of type E, which means it can be any data type. It represents the value that will be stored in the node of a linked list.
Private
_nextPrivate
_valGenerated using TypeDoc
data-structure-typed
Author
Tyler Zeng
Copyright
Copyright (c) 2022 Tyler Zeng zrwusa@gmail.com
License
MIT License