pub struct LengthStats { /* private fields */ }Expand description
Port of bio/util/length-stats.go. seqkit’s L50 counts unique-length
buckets, not records — reproduced so --tabular --all agrees with seqkit.
Implementations§
Source§impl LengthStats
impl LengthStats
Auto Trait Implementations§
impl Freeze for LengthStats
impl RefUnwindSafe for LengthStats
impl Send for LengthStats
impl Sync for LengthStats
impl Unpin for LengthStats
impl UnsafeUnpin for LengthStats
impl UnwindSafe for LengthStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more