BidirectionalIterator<T> Concept

An iterator that can move forwards and backwards.

Examples

LinkedListNodeIterator , RandomAccessIter .

Definition

Line 135 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T& operator--()