Element definition

var node = Hash(
    data => 'say what',
    next => foo_node,
)
 
node{:next} = bar_node   # mutable

Last updated