IExtensibleVector<'T>
IVector<'T>
IROVector<'T>
IReadOnlyList<'T>
IReadOnlyCollection<'T>
IEnumerable<'T>
IEnumerable
Extends IVector in a way that another vector can be appended at the end of this vector.
this.Append
Append vector a to the end of this vector.
The vector to append.