bed_reader

Type Alias SliceInfo1

source
pub type SliceInfo1 = SliceInfo<[SliceInfoElem; 1], Dim<[usize; 1]>, Dim<[usize; 1]>>;
Expand description

Type alias for 1-D slices of NDArrays.

Aliased Typeยง

struct SliceInfo1 { /* private fields */ }