Property definitions

nitcc_runtime $ Nodes :: defaultinit
# A hogeneous sequence of node, used to represent unbounded lists (and + modifier)
class Nodes[T: Node]
	super Node
	redef var children: Array[T] = new Array[T]
end
lib/nitcc_runtime/nitcc_runtime.nit:548,1--552,3