MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / into_iter

Method into_iter

crates/core/src/alloc/vec.rs:389–391  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

387 type IntoIter = std_alloc::vec::IntoIter<T>;
388
389 fn into_iter(self) -> Self::IntoIter {
390 self.inner.into_iter()
391 }
392}
393
394impl<'a, T> IntoIterator for &'a TryVec<T> {

Callers 15

clif_flags_to_wasmtimeFunction · 0.45
clif_to_env_stack_mapsFunction · 0.45
set_address_mapMethod · 0.45
collect_address_mapsFunction · 0.45
newMethod · 0.45
direct_callMethod · 0.45
newMethod · 0.45
into_rangesMethod · 0.45
initialize_struct_fieldsFunction · 0.45
translate_resumeFunction · 0.45

Calls 2

iterMethod · 0.45
iter_mutMethod · 0.45

Tested by 4

test_vec_result_collectFunction · 0.36
test_box_result_collectFunction · 0.36
assert_chainFunction · 0.36