dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
__anonymous.__anonymous
dath
vector
Vec
__anonymous
Undocumented in source.
struct
__anonymous
union
__anonymous
struct
__anonymous {
static if
(
n >= 1
)
T
x
;
static if
(
n >= 2
)
T
y
;
static if
(
n >= 3
)
T
z
;
static if
(
n >= 4
)
T
w
;
}
struct
__anonymous
Members
Variables
w
T
w
;
Undocumented in source.
x
T
x
;
Undocumented in source.
y
T
y
;
Undocumented in source.
z
T
z
;
Undocumented in source.
Meta
Source
See Implementation
dath
vector
Vec
__anonymous
structs
__anonymous
variables
v