Skip to main content

Path

Type Alias Path 

Source
pub type Path = Vec<Pos>;
Expand description

The path corresponding to an alignment of two sequences.

Aliased Typeยง

pub struct Path { /* private fields */ }