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 struct IAVLIterator<Storage: NodeStorageProtocol>: Iterator where Storage.Key == Data, Storage.Value == Data
Iterator
init(_:_:_:_:)
public init(_ tree: Storage, _ start: Data, _ end: Data, _ ascending: Bool)
error
var error: Swift.Error?
domain
var domain: (start: Data, end: Data)
isValid
var isValid: Bool = false
key
var key: Data
value
var value: Data
next()
public mutating func next()
close()
public mutating func close()