Create a linked list from an iterable of values.
The iterable object of interest.
A new linked list initialized with the given values.
Linear.
Generated using TypeDoc
Create a linked list from an iterable of values.