FrontInsertionSequence<T> Concept

A Container having an InsertFront operation that inserts an element to the beginning of the container.

Examples

List , LinkedList , ForwardList .

Definition

Line 228 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T.Iterator T.InsertFront(T.ValueType)