dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Mat.__anonymous
dath
matrix
Mat
Undocumented in source.
struct
Mat
(T, ulong n)
union
__anonymous {
T
[
n
*
n
]
v
;
T
[
n
][
n
]
c
;
}
Members
Variables
c
T
[
n
][
n
]
c
;
Undocumented in source.
v
T
[
n
*
n
]
v
;
Undocumented in source.
Meta
Source
See Implementation
dath
matrix
Mat
constructors
this
functions
opBinary
opIndex
opIndexAssign
opOpAssign
ptr
unions
__anonymous