Some updates to the linked list module: http://www.dprogramming.com/list.php filter() added to allow removing list items, since foreach does not allow it; ListHead added; and more.