struct
HTS::Bam::Aux::ArrayView
- HTS::Bam::Aux::ArrayView
- Struct
- Value
- Object
Overview
Borrowed view of a BAM B-array payload.
EXPERIMENTAL
Defined in:
hts/bam/auxi.crConstructors
Instance Method Summary
- #[](index : Int) : Int64 | Float64
-
#as_slice(type : T.class) : Slice(T) | Nil forall T
The slice is available only for a matching native type and is borrowed.
- #each_float(& : Float64 -> ) : Nil
- #each_int(& : Int64 -> ) : Nil
- #float? : Bool
- #float_at(index : Int) : Float64
- #int_at(index : Int) : Int64
- #integer? : Bool
- #size : Int32
- #subtype : Char
Constructor Detail
Instance Method Detail
The slice is available only for a matching native type and is borrowed.