treewalk.hpp 95 B

1234
  1. #include "monoid.hpp"
  2. void walk_children_stack(monoid m);
  3. void walk_children(const monoid m);