[−][src]Type Definition pir_8_emu::micro::MicroOpBlock
type MicroOpBlock = [MicroOp; 6];
[MicroOp; N]
typedef, where N
is not to be relied upon
Use this type for storing values returned by MicroOp::from_instruction()
instead
of any fixed-size array, as the size of this is not part of the stable API and subject to change without notice.