Array.back

bool back() @property

Returns

The last element of the array.

Precondition: empty == false

Complexity: 1

Throws

Exception if the array is empty.
void back(bool value) @property

Ditto