mirror v0.0.1 (2019-10-02T15:46:37Z)
Dub
Repo
Aggregate
mirror
ctfe
A user-defined type (struct, class, or enum).
struct
Aggregate {
string
name
;
Variable
[]
fields
;
Function
[]
functions
;
}
Members
Variables
fields
Variable
[]
fields
;
Undocumented in source.
functions
Function
[]
functions
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
mirror
ctfe
functions
module_
structs
Aggregate
Function
Module
Parameter
Type
Variable
A user-defined type (struct, class, or enum).