intersperse

Function intersperse 

Source
pub fn intersperse<'a, I: IntoIterator<Item = D<'a>>>(i: I, sep: D<'a>) -> D<'a>
Expand description

Intersperses documents with the given separator.