[][src]Function reference_trie::compare_implementations_no_extension_unordered

pub fn compare_implementations_no_extension_unordered(
    data: Vec<(Vec<u8>, Vec<u8>)>,
    mut memdb: impl HashDB<KeccakHasher, DBValue>,
    mut hashdb: impl HashDB<KeccakHasher, DBValue>
)

compare_implementations_no_extension for unordered input (trie_root does ordering before running when trie_build expect correct ordering).