pub fn gap_chain(ranges: &[Range<u32>]) -> Vec<TestChainItem>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Build a chain with gaps in it. Each range will make a chain even if there are gaps.