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

Method iter

cranelift/codegen/src/ir/constant.rs:95–97  ·  view source on GitHub ↗

Iterate over the constant's bytes.

(&self)

Source from the content-addressed store, hash-verified

93
94 /// Iterate over the constant's bytes.
95 pub fn iter(&self) -> Iter<'_, u8> {
96 self.0.iter()
97 }
98
99 /// Add new bytes to the constant data.
100 pub fn append(mut self, bytes: impl IntoBytes) -> Self {

Callers 4

fmtMethod · 0.45
from_strMethod · 0.45
iteration_orderFunction · 0.45

Calls

no outgoing calls

Tested by 2

iteration_orderFunction · 0.36