Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 22, 2020 · 6 revisions

Block

A block structure element.

public protocol Block: Node

Inheritance

Node, CustomStringConvertible, Hashable


Conforming Types

ContainerBlock, LeafBlock


Required Properties

description

var description: String

children

var children: [Node]

Required Methods

hash(into:)

public func hash(into hasher: inout Hasher)

Clone this wiki locally