Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 412 Bytes

File metadata and controls

19 lines (11 loc) · 412 Bytes

Home > @josh-brown/vector > Vector > toArray

Vector.toArray() method

Returns the contents of the vector as an array

Signature:

toArray(): S[];

Returns:

S[]

The contents of the vector