tsmatch/segment/
mod.rs

1pub mod vector_dir_change;
2
3pub type Segment<'a, T> = &'a [T];