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
-
description
Extension methodUndocumented
Declaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible
-
debugDescription
Extension methodUndocumented
Declaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible