Skip to content

ImmutableTree

ratranqu edited this page Jan 28, 2021 · 2 revisions

ImmutableTree

public class ImmutableTree

Initializers

init()

public init()

Properties

version

let version: Int64

hash

var hash: Data?

Methods

has(key:)

public func has(key: Data) -> Bool

get(key:)

public func get(key: Data) -> (index: Int64, value: Data?)

Clone this wiki locally