children

actual val children: List<Node>(source)

This node's children.

If you're walking the tree recursively, you may want to use walk instead.

expect val children: List<Node>(source)

This node's children.

If you're walking the tree recursively, you may want to use walk instead.

actual val children: List<Node>(source)

This node's children.

If you're walking the tree recursively, you may want to use walk instead.

actual val children: List<Node>(source)

This node's children.

If you're walking the tree recursively, you may want to use walk instead.