SumBag: Don't export size combinator
This returns the size of the tree, not the actual number of elements (there can be more elements per node) and thus should not be in the public API.
Showing
Please register or sign in to comment
This returns the size of the tree, not the actual number of elements (there can be more elements per node) and thus should not be in the public API.