Function litemap::testing::check_store
source ยท pub fn check_store<'a, S>()where
S: StoreConstEmpty<u32, u64> + StoreMut<u32, u64> + StoreIterable<'a, u32, u64> + StoreFromIterator<u32, u64> + Clone + Debug + PartialEq + 'a,
Expand description
Tests that a litemap that uses the given store as backend has behavior consistent with the reference impl.
Call this function in a test with the store impl to test as a valid backend for LiteMap.