ComputeNodeGraph.NodeDefinition.Kind.binaryArithmetic(a:b:operation:)
An arithmetic node with two operands of the given type, performing the specified operation
Declaration
case binaryArithmetic(a: ComputeNodeGraph.DataType, b: ComputeNodeGraph.DataType, operation: BinaryOperation)