Next: LinkedList-enumerating, Previous: LinkedList-accessing, Up: LinkedList [Index]
Add aLink at the end of the list; return aLink.
Add aLink at the head of the list; return aLink.
Add aLink at then end of the list; return aLink.
Remove aLink from the list and return it, or invoke aBlock if it’s not found in the list.
Remove the first element from the list and return it, or error if the list is empty.
Remove the final element from the list and return it, or error if the list is empty.