(&mut self, value: Vec<ast::Expr>)
| 699 | self |
| 700 | } |
| 701 | pub fn array_exprs(&mut self, value: Vec<ast::Expr>) -> &mut Self { |
| 702 | self.array_exprs = value; |
| 703 | self |
| 704 | } |
| 705 | |
| 706 | pub fn with_offset(&mut self, value: bool) -> &mut Self { |
| 707 | self.with_offset = value; |
no outgoing calls
no test coverage detected