Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ size_hint
Method
size_hint
cranelift/entity/src/lib.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
85
#[inline]
86
fn size_hint(&self) -> (usize, Option<usize>) {
87
self.range.size_hint()
88
}
89
}
90
91
impl<E> DoubleEndedIterator for IterEntityRange<E>
Callers
2
extend
Method · 0.45
from_iter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected