An NDoc Documented Class Library

RotDeque.AtFront Property

Non-destructive retrieval of the element at the head of the deque.

public virtual object AtFront {get;}

Exceptions

Exception TypeCondition
InvalidOperationException An attempt was made to fetch an element from an empty deque.

See Also

RotDeque Class | Ringlet.Collections Namespace