inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
vector2d.this
inochi2d
core
vector2d
vector2d
Copy-construct a new vector.
this
(size_t rows, size_t columns)
this
(vector2d other)
struct
vector2d
(T)
@
nogc
this
(
ref
return
scope
inout
vector2d
other
)
this
(vector2d other)
Parameters
other
vector2d
The vector to copy during construction.
Meta
Source
See Implementation
inochi2d
core
vector2d
vector2d
aliases
DT
constructors
this
destructors
~this
functions
clear
opDollar
opIndex
opIndexAssign
opSlice
resize
properties
columns
data
length
ptr
rows
Copy-construct a new vector.