Luna::Array::back
constexpr reference back()
Gets a reference to the last (index size()
- 1) element in the array.
Return value
Returns a reference to the first element in the array.
constexpr reference back()
Gets a reference to the last (index size()
- 1) element in the array.
Returns a reference to the first element in the array.