Skip to main content

expand_slice_rest_pattern

Function expand_slice_rest_pattern 

Source
fn expand_slice_rest_pattern(
    acc: &mut Assists,
    ctx: &AssistContext<'_, '_>,
    pat: SlicePat,
    rest_pat: RestPat,
) -> Option<()>