Esempio n. 1
0
 public LTrieValue(LTrie trie, IMemoryOwner <byte> key, int valueLength)
 {
     this.trie        = trie;
     this.key         = key;
     this.ValueLength = valueLength;
 }
Esempio n. 2
0
 internal LTrieNode(LTrie trie, int minKeyLength, in LTrieNodeStruct nodeStruct)