MCPcopy 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
91impl<E> DoubleEndedIterator for IterEntityRange<E>

Callers 2

extendMethod · 0.45
from_iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected