std:std.collections.Deque<T>.First

Method First:T( )

Returns the first value in the deque.

In debug builds, a runtime error will occur if the deque is empty.