Doubly-linked list/Definition: Difference between revisions

Line 1,424:
 
=={{header|Julia}}==
ARegarding the avoidance or circular loops part of this task, a call to show(DLNode) reveals that Julia considers allthe nodes of doubly linked lists to contain circular references. Hmmto their adjacent nodes.
<lang julia>mutable struct DLNode{T}
value::T
4,105

edits