Toggle menu
Nitlanguage.org
Nitdoc
ordered_tree
ordered_tree
OrderedTree
roots
fun
roots
:
Array
[
E
]
ordered_tree
::
OrderedTree
::
roots
Doc
Linearization
Summary
The roots of the tree (in sequence)
The roots of the tree (in sequence)
Summary
Property definitions
ordered_tree$OrderedTree$roots
Property definitions
ordered_tree
$
OrderedTree
::
roots
# The roots of the tree (in sequence)
var
roots
=
new
Array
[
E
]
lib/ordered_tree/ordered_tree.nit:66,2--67,25