vector2d.resize

Resize this 2D vector.

struct vector2d(T)
@nogc
void
resize
(
size_t rows
,
size_t cols
)

Parameters

rows size_t

The new row size of this vector.

cols size_t

The new column size of this vector.

Meta