The constructor function initializes the value, next, and previous properties of an object.
The "val" parameter is the value that will be stored in the node. It can be of any data type, as it is defined as a generic type "E".
Private
_nextPrivate
_prevPrivate
_valGenerated using TypeDoc
data-structure-typed
Author
Tyler Zeng
Copyright
Copyright (c) 2022 Tyler Zeng zrwusa@gmail.com
License
MIT License