vector2d.this

Move-construct a new vector.

  1. this(size_t rows, size_t columns)
  2. this(vector2d other)
  3. this(vector2d other)
    struct vector2d(T)
    @nogc
    this
    (
    return scope vector2d other
    )

Parameters

other vector2d

The vector to move during construction.

Meta