Module broccoli::queries::colfind::build

source ·
Expand description

Building blocks to find colliding pairs with trees

Structs

  • The main primitive to visit each node and find colliding pairs
  • Finish handling a node by calling finish()
  • An vec api to avoid excessive dynamic allocation by reusing a Vec

Traits