Luna::Array::back
constexpr const_reference back() const
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 const_reference back() const
Gets a reference to the last (index size()
- 1) element in the array.
Returns a reference to the first element in the array.