Interface InstructionCoder

interface InstructionCoder {
    encode(ixName, ix): Buffer;
}

Implemented by

Methods

Methods