Struct nekolib_doc::word::IntVec
source · pub struct IntVec { /* private fields */ }
Implementations§
source§impl IntVec
impl IntVec
pub fn new(unit: usize) -> IntVec
pub fn len(&self) -> usize
pub fn bitlen(&self) -> usize
pub fn push(&mut self, w: u64)
pub fn get_usize(&self, i: usize) -> usize
pub fn get<const X: bool>(&self, i: usize) -> u64
pub fn bits_range<const X: bool>(&self, _: Range<usize>) -> u64
Auto Trait Implementations§
impl Freeze for IntVec
impl RefUnwindSafe for IntVec
impl Send for IntVec
impl Sync for IntVec
impl Unpin for IntVec
impl UnwindSafe for IntVec
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