Export BinaryOperator function
This commit is contained in:
parent
1fd423bf8b
commit
1d310624d8
4 changed files with 13 additions and 0 deletions
|
|
@ -142,3 +142,6 @@ var Func = jet.Func
|
|||
|
||||
// NewEnumValue creates new named enum value
|
||||
var NewEnumValue = jet.NewEnumValue
|
||||
|
||||
// BinaryOperator can be used to use custom or unsupported operators that take two operands.
|
||||
var BinaryOperator = jet.BinaryOperator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue