Doubly-linked list/Definition: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
 
Line 4,704:
{{libheader|Wren-llist}}
The DLinkedList class in the above module is a generic doubly-linked list and is implemented in such a way that circular loops are not possible. We therefore use it here.
<syntaxhighlight lang="ecmascriptwren">import "./llist" for DLinkedList
 
var dll = DLinkedList.new()
9,476

edits