Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ as_mut_slice
Method
as_mut_slice
src/tinyvec.rs:776–778 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
774
#[inline(always)]
775
#[must_use]
776
pub fn as_mut_slice(&mut self) -> &mut [A::Item] {
777
self.deref_mut()
778
}
779
780
/// Helper for getting the shared slice.
781
#[inline(always)]
Callers
2
dedup_by
Method · 0.45
test_debugger_visualizer
Function · 0.45
Calls
1
deref_mut
Method · 0.45
Tested by
1
test_debugger_visualizer
Function · 0.36