Returns the head of a List
Returns true if the list is empty
Returns the complete list without the first element
Converts a list into an Array
Reverses the List.
Refer ICollection.filter
Transforms the List into a value
Transforms the values of the linked list
Folds the original list into a value of the same type
Generated using TypeDoc
An immutable singly linked list data-structure