Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 460 Bytes

File metadata and controls

26 lines (15 loc) · 460 Bytes

Home > @josh-brown/vector > VectorBuilder > empty

VectorBuilder.empty() method

Constructs a Vector of dimension 0

Signature:

empty(): V;

Returns:

V

The new vector

Example

vectorBuilder.empty(); // []