mirror v0.3.2 (2022-08-29T16:37:28Z)
Dub
Repo
Aggregate
mirror
ctfe
reflection
A user-defined type (struct, class, or enum).
struct
Aggregate {
enum
Kind
;
string
identifier
;
Kind
kind
;
Variable
[]
fields
;
Function
[]
functions
;
}
Members
Enums
Kind
enum
Kind
Undocumented in source.
Variables
fields
Variable
[]
fields
;
Undocumented in source.
functions
Function
[]
functions
;
Undocumented in source.
identifier
string
identifier
;
Undocumented in source.
kind
Kind
kind
;
Undocumented in source.
Meta
Source
See Implementation
mirror
ctfe
reflection
functions
module_
pointer
type
structs
Aggregate
Function
Module
OverloadSet
Parameter
Type
Variable
A user-defined type (struct, class, or enum).