| 151 | return result; |
| 152 | } |
| 153 | ShapeIndexView ConsumeBack() const { |
| 154 | ShapeIndexView result = *this; |
| 155 | result.indices_.remove_suffix(1); |
| 156 | return result; |
| 157 | } |
| 158 | ShapeIndex ToShapeIndex() const { return ShapeIndex(begin(), end()); } |
| 159 | |
| 160 | bool operator==(const ShapeIndexView& other) const; |
no outgoing calls