vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
StaticVersionDeclNode
vox
fe
ast
decl
static_if
Undocumented in source.
@
AstType
.
decl_static_version
struct
StaticVersionDeclNode {
mixin
ConditionalDeclNodeData
!(
AstType
.
decl_static_version
)
;
Identifier
versionId
;
AstNodes
thenItems
;
AstNodes
elseItems
;
}
Members
Mixins
__anonymous
mixin
ConditionalDeclNodeData
!(
AstType
.
decl_static_version
)
Undocumented in source.
Variables
elseItems
AstNodes
elseItems
;
Undocumented in source.
thenItems
AstNodes
thenItems
;
Undocumented in source.
versionId
Identifier
versionId
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
static_if
functions
post_clone_static_if
post_clone_static_version
print_static_if
print_static_version
mixin templates
ConditionalDeclNodeData
structs
ConditionalDeclNode
StaticIfDeclNode
StaticVersionDeclNode