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 methodUndocumented
Declaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible
-
descriptionExtension methodUndocumented
Declaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible -
debugDescriptionExtension methodUndocumented
Declaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible
TraversableBinaryTree Protocol Reference