MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / Len

Interface Len

src/length.rs:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36pub trait Len {
37 fn len(&self) -> usize;
38}
39
40impl<T> Len for &[T] {
41 #[inline(always)]

Callers

nothing calls this directly

Implementers 1

length.rssrc/length.rs

Calls

no outgoing calls

Tested by

no test coverage detected