Skip to main content

Ranges

Type Alias Ranges 

Source
pub type Ranges = FiberAnnotations;

Aliased Type§

pub struct Ranges {
    pub annotations: Vec<FiberAnnotation>,
    pub seq_len: i64,
    pub reverse: bool,
}

Fields§

§annotations: Vec<FiberAnnotation>§seq_len: i64§reverse: bool