TraversableBinaryTree

public protocol TraversableBinaryTree: BinaryTree, Sequence,
                                                   CustomStringConvertible,
                                                   CustomDebugStringConvertible

Binary Tree with Pluggable Traversals

  • Undocumented

    Declaration

    Swift

    public protocol TraversableBinaryTree: BinaryTree, Sequence,
                                                       CustomStringConvertible,
                                                       CustomDebugStringConvertible
  • makeIterator() Extension method

    Undocumented

    Declaration

    Swift

    public protocol TraversableBinaryTree: BinaryTree, Sequence,
                                                       CustomStringConvertible,
                                                       CustomDebugStringConvertible
  • description Extension method

    Undocumented

    Declaration

    Swift

    public protocol TraversableBinaryTree: BinaryTree, Sequence,
                                                       CustomStringConvertible,
                                                       CustomDebugStringConvertible
  • debugDescription Extension method

    Undocumented

    Declaration

    Swift

    public protocol TraversableBinaryTree: BinaryTree, Sequence,
                                                       CustomStringConvertible,
                                                       CustomDebugStringConvertible