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: boolpub type Ranges = FiberAnnotations;pub struct Ranges {
pub annotations: Vec<FiberAnnotation>,
pub seq_len: i64,
pub reverse: bool,
}annotations: Vec<FiberAnnotation>§seq_len: i64§reverse: bool