Pudu programming language
Menu
API reference

Std.Tree.Forest

1 declaration

type

Forest

This declaration introduces a public type.

What it does

A sequence of trees standing side by side.

The shape a tree's children already have, named so a function that takes or

answers several trees says which it means. There is no distinguished root

among them, which is what separates a forest from a tree.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.TreeSearch related declarations