Get this stream's underlying bytecode slice.
(&self)
| 142 | |
| 143 | /// Get this stream's underlying bytecode slice. |
| 144 | pub fn as_slice(&self) -> &[u8] { |
| 145 | &self.bytecode |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | impl BytecodeStream for SafeBytecodeStream<'_> { |
no outgoing calls