describe-d ~master (2020-04-14T17:28:31Z)
Dub
Repo
Parameter
introspection
parameter
Stores information about callalble parameters
struct
Parameter {
string
name
;
Type
type
;
ParameterDefault
default_
;
bool
isScope
;
bool
isOut
;
bool
isRef
;
bool
isLazy
;
bool
isReturn
;
}
Members
Variables
default_
ParameterDefault
default_
;
isLazy
bool
isLazy
;
isOut
bool
isOut
;
isRef
bool
isRef
;
isReturn
bool
isReturn
;
isScope
bool
isScope
;
name
string
name
;
type
Type
type
;
Meta
Source
See Implementation
introspection
parameter
structs
Parameter
ParameterDefault
Stores information about callalble parameters