Skip to content

Deprecate CHILDREN from node interface

As pointer out by @simon.praetorius in !91 (merged), the static value of CHILDREN makes no sense anymore with the introduction of dynamic power nodes. On the other hand, on !85 (merged) it was added the convention that degree() is the canonical form to fetch the number of children in a node. Thus, this MR deprecates such an interface and documents the already in use degree() interface.

Merge request reports