Category talk:Wren-llist: Difference between revisions

→‎Source code: Removed type aliases which are no longer needed.
(→‎Source code: 'add' methods now return the item(s) added.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 981:
// Returns the string representation of the current instance.
toString { "[" + toList.join(" <-> ") +"]" }
}</lang>
}
 
// Type aliases for classes in case of any name clashes with other modules.
var LList_Node = Node
var LList_LinkedList = LinkedList
var LList_DNode = DNode
var LList_DLinkedList = DLinkedList</lang>
9,476

edits