pub fn compare_insert_remove<T, DB: HashDB<T::Hash, DBValue>>(
    data: Vec<(bool, Vec<u8>, Vec<u8>)>,
    memdb: DB
) where
    T: TrieLayout,
    DB: HashDB<T::Hash, DBValue> + Eq
Expand description

Testing utility that uses some periodic removal over its input test data.