Element definition
var node = Hash(
data => 'say what',
next => foo_node,
prev => bar_node,
)
node{:next} = quux_node # mutable
Last updated
Was this helpful?
var node = Hash(
data => 'say what',
next => foo_node,
prev => bar_node,
)
node{:next} = quux_node # mutable
Last updated
Was this helpful?