MCPcopy 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
15impl<T> Default for FastVec<T> {
16 fn default() -> Self {
17 Self::from(vec![])
18 }
19}
20
21impl<T> Drop for FastVec<T> {

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.80

Tested by

no test coverage detected