Skip to content
ratranqu edited this page Feb 1, 2021 · 1 revision

Tree

public protocol Tree

Requirements

has(_:​)

func has(_ key: Data) throws -> Bool

get(_:​)

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

version

var version: Int64

hash

var hash: Data

Clone this wiki locally