- or download this
package tree;
has '_branches' => (
...
#return altered or coerced hash
return $hash;
}
- or download this
LinkedList{}
LinkedList.append()
...
LinkedList.has_children()
LinkedList.remove()
LinkedList.split()
- or download this
package Bucket;
has '_linkedlist' => (
...
_has_sublinks => 'has_children',
}
};