isPrivateOpcode function

bool isPrivateOpcode(
  1. int opcode
)

Implementation

bool isPrivateOpcode(int opcode) => opcode >= opPrivateStart;