Function synfuzz::sep_by

source ·
pub fn sep_by(
    generator: impl Generator + 'static,
    separator: impl Generator + 'static
) -> impl Generator
Expand description

sep_by is a helper to create a SepBy Generator