An NDoc Documented Class Library

RotDeque.AtBack Property

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

public virtual object AtBack {get;}

Exceptions

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

See Also

RotDeque Class | Ringlet.Collections Namespace