describe-d ~master (2020-04-14T17:28:31Z)
Dub
Repo
Callable
introspection
callable
Stores information about callalbles
struct
Callable {
string
name
;
Type
type
;
Type
returns
;
Parameter
[]
parameters
;
Attribute
[]
attributes
;
Location
location
;
Protection
protection
;
bool
isStatic
;
}
Members
Variables
attributes
Attribute
[]
attributes
;
isStatic
bool
isStatic
;
location
Location
location
;
name
string
name
;
parameters
Parameter
[]
parameters
;
protection
Protection
protection
;
returns
Type
returns
;
type
Type
type
;
Meta
Source
See Implementation
introspection
callable
functions
describeCallable
structs
Callable
Stores information about callalbles