pub const FIELD_RHS: FieldId = 0;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.
pub const FIELD_RHS: FieldId = 0;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.