dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
Parameter
dstep
translator
Translator
Undocumented in source.
package
struct
Parameter {
SourceNode
type
;
string
name
;
bool
isConst
;
}
Members
Variables
isConst
bool
isConst
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
SourceNode
type
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
Translator
classes
TranslationException
Translator
functions
handleInclude
isDKeyword
renameDKeyword
translateFunction
translateIdentifier
translateVariable
structs
Parameter