Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
pub trait Len {
37
fn len(&self) -> usize;
38
}
39
40
impl<T> Len for &[T] {
41
#[inline(always)]
Callers
nothing calls this directly
Implementers
1
length.rs
src/length.rs
Calls
no outgoing calls
Tested by
no test coverage detected