pulley_interpreter::encode

Function xpush64_many

Source
pub fn xpush64_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 { xpush64 src }