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