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