Construct a new vector of the given size.
Copy-construct a new vector.
Move-construct a new vector.
Type of the data stored within.
Clear the contents of the vector.
Obtain the number of columns in this vector using the dollar operator.
Obtain the number of rows in this vector using the dollar operator.
Index this vector.
Index this vector.
Index this vector.
Index this vector.
Slices this vector.
Assign to the value at the given index.
Mass-assign to the values at the given span.
Mass-assign to the values at the given span.
Mass-assign to the values at the given span.
Mass-assign to all values in this vector.
Mass-assign a slice to all values of this vector
Mass-assign a slice to a region of this vector.
Mass-assign a slice to a region of this vector.
Mass-assign a slice to a region of this vector.
Obtain a pair of indices describing a span of rows.
Obtain a pair of indices describing a span of columns.
Resize this 2D vector.
The number of columns in this vector.
Slice to the underlying memory block.
Total length of this vector's memory block.
Pointer to the start of the data.
The number of rows in this vector.
A contiguous 2D vector.
The data is stored row-major.