Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_vec_mut
Method
as_vec_mut
crates/vm/src/sequence.rs:142–144 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
140
141
impl<T: Clone> SequenceMutExt<T> for Vec<T> {
142
fn as_vec_mut(&mut self) -> &mut Self {
143
self
144
}
145
}
146
147
#[derive(FromArgs)]
Callers
1
imul
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected