Module layout_2013::linked_list

source ·
Expand description

Utility functions for doubly-linked lists.

Functions§

  • Prepends the items in the other list to this one, leaving the other list empty.
  • Splits the head off a list in O(1) time, and returns the head.