pub type BytecodeMappedSlice<'a> = BytecodeMappedSlice<'a, Op>;
Expand description
Shorthand for the BytecodeMappedSlice
type for mapping Op
s.
Aliased Typeยง
pub struct BytecodeMappedSlice<'a> { /* private fields */ }
pub type BytecodeMappedSlice<'a> = BytecodeMappedSlice<'a, Op>;
Shorthand for the BytecodeMappedSlice
type for mapping Op
s.
pub struct BytecodeMappedSlice<'a> { /* private fields */ }