Skip to main content

dash_iter

Function dash_iter 

Source
fn dash_iter<'a>(
    inner: impl Iterator<Item = PathEl> + 'a,
    dash_offset: f64,
    dashes: &'a [f64],
    stable_dash_order: bool,
) -> DashIterator<'a, impl Iterator<Item = PathEl> + 'a>