Function sqruff_lib::core::parser::match_algorithms::prune_options
source ยท pub fn prune_options(
options: &[Arc<dyn Matchable>],
segments: &[ErasedSegment],
parse_context: &mut ParseContext<'_>,
start_idx: u32,
) -> Vec<Arc<dyn Matchable>>