wesl
Preparing search index...
BinaryExpression
Interface BinaryExpression
foo + bar
interface
BinaryExpression
{
kind
:
"binary-expression"
;
left
:
ExpressionElem
;
operator
:
BinaryOperator
;
right
:
ExpressionElem
;
}
Index
Properties
kind
left
operator
right
Properties
kind
kind
:
"binary-expression"
left
left
:
ExpressionElem
operator
operator
:
BinaryOperator
right
right
:
ExpressionElem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
left
operator
right
wesl
Loading...
foo + bar