fn novel_regions_after_unchanged<'a>(
nodes: &[&'a Syntax<'a>],
change_map: &ChangeMap<'a>
) -> Vec<(usize, usize)>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Return the start and end indexes of sequences of novel nodes that occur after unchanged nodes.