// codegen:start {preset: barrel, include: ./Tree/*.ts, prefix: "@tsplus/stdlib/collections"} export * from "@tsplus/stdlib/collections/Tree/corresponds" export * from "@tsplus/stdlib/collections/Tree/definition" export * from "@tsplus/stdlib/collections/Tree/drawTree" export * from "@tsplus/stdlib/collections/Tree/duplicate" export * from "@tsplus/stdlib/collections/Tree/elem" export * from "@tsplus/stdlib/collections/Tree/equals" export * from "@tsplus/stdlib/collections/Tree/extend" export * from "@tsplus/stdlib/collections/Tree/flatMap" export * from "@tsplus/stdlib/collections/Tree/flatten" export * from "@tsplus/stdlib/collections/Tree/fold" export * from "@tsplus/stdlib/collections/Tree/foldMap" export * from "@tsplus/stdlib/collections/Tree/forEach" export * from "@tsplus/stdlib/collections/Tree/forEachF" export * from "@tsplus/stdlib/collections/Tree/getEquivalence" export * from "@tsplus/stdlib/collections/Tree/getShow" export * from "@tsplus/stdlib/collections/Tree/instances" export * from "@tsplus/stdlib/collections/Tree/map" export * from "@tsplus/stdlib/collections/Tree/reduce" export * from "@tsplus/stdlib/collections/Tree/unfold" export * from "@tsplus/stdlib/collections/Tree/zip" export * from "@tsplus/stdlib/collections/Tree/zipWith" // codegen:end