vector2d.this

Copy-construct a new vector.

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

Parameters

other vector2d

The vector to copy during construction.

Meta