TraversalStrategy
public protocol TraversalStrategyPluggable Traversal Strategy protocol
- 
                  
                  Given a root tree node, returns a traversal sequnce of the child nodes DeclarationSwift static func traversalSequence<Node: BinaryTree>(_ rootNode: Node) -> AnySequence<Node>
 TraversalStrategy Protocol Reference
        TraversalStrategy Protocol Reference