Array.front

bool front() @property

Returns

The first element of the array.

Precondition: empty == false

Complexity: 1

Throws

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

Ditto