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

Method is_empty

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

Source from the content-addressed store, hash-verified

625 #[inline(always)]
626 #[must_use]
627 pub fn is_empty(&self) -> bool {
628 self.len == 0
629 }
630
631 /// Checks if the length is equal to capacity.
632 #[inline(always)]

Callers 1

extend_from_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected