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

Method len

src/length.rs:42–44  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

40impl<T> Len for &[T] {
41 #[inline(always)]
42 fn len(&self) -> usize {
43 <[T]>::len(self)
44 }
45}
46
47impl LengthEncoder {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected