MonadInstruction

An instruction with one operand

Constructors

this
this(Opcode op, OperandValue value)

Construct a new monad instruction

this
this(Opcode op, ulong value)

Construct a new monad instruction

this
this(Opcode op, double value)

Construct a new monad instruction

this
this(Opcode op, UUID value)

Construct a new monad instruction

Members

Variables

value
Algebraic!(OperandValue, UUID) value;

The value of an operand

Inherited Members

From Instruction

op
Opcode op;

The instruction opcode

Meta