pub fn compare_insert_remove<T, DB>( data: Vec<(bool, Vec<u8>, Vec<u8>)>, memdb: DB, )where T: TrieLayout, DB: HashDB<T::Hash, DBValue> + Eq,
Testing utility that uses some periodic removal over its input test data.