We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public class ImmutableTree
init()
public init()
version
let version: Int64
hash
var hash: Data?
has(key:)
public func has(key: Data) -> Bool
get(key:)
public func get(key: Data) -> (index: Int64, value: Data?)