GrLibrary.addOperator

An operator is a function that replace a binary or unary grimoire operator such as +, ==, etc The name of the function must be that of the operator like "+", "-", "or", etc.

  1. GrPrimitive addOperator(GrCallback callback, Operator operator, GrType[] inSignature, GrType outType)
    class GrLibrary
  2. GrPrimitive addOperator(GrCallback callback, string name, GrType[] inSignature, GrType outType)

Meta