QuickLookableBinaryTree
public protocol QuickLookableBinaryTree: BinaryTree, CustomPlaygroundQuickLookable
A binary tree that can be visualized in a Playground / Xcode debugger
-
quickLookViewDefault implementationUndocumented
Default Implementation
Configures visual tree representation
Declaration
Swift
public protocol QuickLookableBinaryTree: BinaryTree, CustomPlaygroundQuickLookable
-
customPlaygroundQuickLookExtension methodPlayground quick look
Declaration
Swift
public var customPlaygroundQuickLook: PlaygroundQuickLook -
debugQuickLookObject()Extension methodXcode debugger visualization
Declaration
Swift
public func debugQuickLookObject() -> Any? -
quickLookImageExtension methodVisualization as an image
Declaration
Swift
public var quickLookImage: UIImage?
QuickLookableBinaryTree Protocol Reference