Skip to main content

FIELD_RHS

Constant FIELD_RHS 

Source
pub const FIELD_RHS: u16 = 0; // 0u16
Expand description

Field id for the “rhs” named child (right-hand side of binary expressions in the expression grammar). Use with sipha::red::SyntaxNode::field_by_id on a NodeBinaryExpr to get the right operand.