BackInsertionSequence<T> Concept

A Container having an Add operation that appends an element to the end of the container.

Examples

List , LinkedList .

Definition

Line 223 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

void T.Add(T.ValueType)