| 482 | |
| 483 | const_reverse_iterator crbegin() const { return rbegin(); } |
| 484 | const_reverse_iterator crend() const { return rend(); } |
| 485 | |
| 486 | // Get a mutable pointer to elements inside this array. |
| 487 | // This method used to mutate arrays of structs followed by a @p Mutate |