Skip to content

textmode.js / TextmodeVector / copy

Method: copy()

ts
copy(): TextmodeVector;

Create a copy of this vector.

Returns

TextmodeVector

A new vector with the same components.

Example