pub type ChangedLines = BTreeMap<String, BTreeSet<usize>>;
Added and modified lines per file, as a unified diff describes them.
pub struct ChangedLines { /* private fields */ }