Skip to content
ratranqu edited this page Apr 26, 2021 · 2 revisions

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 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally