MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / len

Method len

src/arrayvec.rs:641–643  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

639 #[inline(always)]
640 #[must_use]
641 pub fn len(&self) -> usize {
642 self.len as usize
643 }
644
645 /// Makes a new, empty `ArrayVec`.
646 #[inline(always)]

Callers 15

newMethod · 0.45
serializeMethod · 0.45
try_appendMethod · 0.45
capacityMethod · 0.45
extend_from_sliceMethod · 0.45
fillMethod · 0.45
try_insertMethod · 0.45
is_fullMethod · 0.45
removeMethod · 0.45
split_offMethod · 0.45
spliceMethod · 0.45
swap_removeMethod · 0.45

Calls 1

size_hintMethod · 0.45

Tested by

no test coverage detected