inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
vector2d.opIndex
inochi2d
core
vector2d
vector2d
Slices this vector.
inout
(
T
)
opIndex
(size_t row, size_t column)
slice2d
!
T
opIndex
(size_t row, size_t[2] columns)
slice2d
!
T
opIndex
(size_t[2] rows, size_t column)
slice2d
!
T
opIndex
(size_t[2] rows, size_t[2] columns)
slice2d
!
T
opIndex
()
struct
vector2d
(T)
@
nogc
slice2d
!
T
opIndex
(
)
Return Value
Type:
slice2d
!
T
The slice of the entire contents of this vector.
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
Slices this vector.