Skip to content

NodeProtocol

ratranqu edited this page Apr 7, 2021 · 2 revisions

NodeProtocol

public protocol NodeProtocol: CustomStringConvertible, Codable

Inheritance

Codable, CustomStringConvertible

Requirements

key

var key: Key

version

var version: Int64

value

var value: Value?

inner

var inner: (height: Int8, size: Int64, left: Self, right: Self)?

hash

var hash: Hasher.Hash

isEmpty

var isEmpty: Bool