Add NotEqual to the protobuf schema

This commit is contained in:
Clement Delafargue 2022-12-26 22:51:25 +01:00
parent 381b27ddab
commit 08da11aef5

View File

@ -148,6 +148,7 @@ message OpBinary {
BitwiseAnd = 17;
BitwiseOr = 18;
BitwiseXor = 19;
NotEqual = 20;
}
required Kind kind = 1;