wesl
    Preparing search index...

    Interface BinaryExpression

    foo + bar

    interface BinaryExpression {
        kind: "binary-expression";
        left: ExpressionElem;
        operator: BinaryOperator;
        right: ExpressionElem;
    }
    Index

    Properties

    Properties

    kind: "binary-expression"
    operator: BinaryOperator