Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ default
Method
default
src/fast.rs:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
impl<T> Default for FastVec<T> {
16
fn default() -> Self {
17
Self::from(vec![])
18
}
19
}
20
21
impl<T> Drop for FastVec<T> {
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.80
Tested by
no test coverage detected