pub type Diff = Vec<Option<usize>>;
An alias for the result of diff type
pub struct Diff { /* private fields */ }