-
Notifications
You must be signed in to change notification settings - Fork 0
NodeProtocol
ratranqu edited this page Apr 7, 2021
·
2 revisions
public protocol NodeProtocol: CustomStringConvertible, Codable
Codable
, CustomStringConvertible
var key: Key
var version: Int64
var value: Value?
var inner: (height: Int8, size: Int64, left: Self, right: Self)?
var hash: Hasher.Hash
var isEmpty: Bool
Generated at 2021-04-20T11:34:45+0000 using swift-doc 1.0.0-beta.5.