pulley_interpreter::encode

Function xpush32_many

Source
pub fn xpush32_many<E>(into: &mut E, srcs: impl Into<RegSet<XReg>>)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

for src in srcs { xpush32 src }