CigarOp

Represents a singular cigar operation as a uint

Constructors

this
this(uint raw)

construct Op from raw opcode

this
this(uint len, Ops op)

construct Op from an operator and operand (length)

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

raw
uint raw;

raw opcode

Meta