describe-d ~master (2020-04-14T17:28:31Z)
Dub
Repo
ManifestConstant
introspection
manifestConstant
Stores information about manifest constants
struct
ManifestConstant {
string
name
;
string
value
;
Type
type
;
Protection
protection
;
Location
location
;
}
Members
Variables
location
Location
location
;
name
string
name
;
The constant name
protection
Protection
protection
;
type
Type
type
;
value
string
value
;
Meta
Source
See Implementation
introspection
manifestConstant
functions
describeManifestConstant
isManifestConstant
structs
ManifestConstant
Stores information about manifest constants