Category talk:Wren-llist: Difference between revisions

(Added description and source code for new 'Wren-llist' module.)
 
(→‎Source code: Bug fix.)
Line 607:
removed = _head.data
_head = _head.next
if (_head) _head.prev_ = null
} else if (index == _count - 1) {
removed = _tail.data
9,476

edits