Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ pop
Method
pop
cranelift/entity/src/sparse.rs:188–190 ·
view source on GitHub ↗
Remove the last value from the map.
(&mut self)
Source
from the content-addressed store, hash-verified
186
187
/// Remove the last value from the map.
188
pub fn pop(&mut self) -> Option<V> {
189
self.dense.pop()
190
}
191
192
/// Get an iterator over the values in the map.
193
///
Callers
1
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected