Luna::Array::at
constexpr reference at(usize pos)
Gets a refernece of the element at the specified index.
Parameters
-
in pos
The index of the element.
Return value
Returns a reference of the specified element.
constexpr reference at(usize pos)
Gets a refernece of the element at the specified index.
in pos
The index of the element.
Returns a reference of the specified element.