Protocols
The following protocols are available globally.
-
Base TreeRenderer protocol
See moreDeclaration
Swift
public protocol TreeRenderer
-
Base DI protocol
See moreDeclaration
Swift
public protocol DependencyInjectable
-
Binary Tree with Pluggable Traversals
See moreDeclaration
Swift
public protocol TraversableBinaryTree: BinaryTree, Sequence, CustomStringConvertible, CustomDebugStringConvertible
-
Base Layout Builders protocol
See moreDeclaration
Swift
public protocol TreeLayoutBuilder
-
Pluggable Traversal Strategy protocol
See moreDeclaration
Swift
public protocol TraversalStrategy
-
A binary tree that can be visualized in a Playground / Xcode debugger
See moreDeclaration
Swift
public protocol QuickLookableBinaryTree: BinaryTree, CustomPlaygroundQuickLookable
-
Undocumented
See more -
Base Binary Search Tree protocol
See moreDeclaration
Swift
public protocol BinarySearchTree: BinaryTree