IExtensibleVector<'T> Type

Extends IVector in a way that another vector can be appended at the end of this vector.

Instance members

Instance member Description

this.Append

Full Usage: this.Append

Parameters:
    vector : IROVector<'T> - The vector to append.

Modifiers: abstract

Append vector a to the end of this vector.

vector : IROVector<'T>

The vector to append.