vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
StaticAssertDeclNode
vox
fe
ast
decl
static_assert
Undocumented in source.
@
AstType
.
decl_static_assert
struct
StaticAssertDeclNode {
mixin
AstNodeData
!(
AstType
.
decl_static_assert
,
0
,
AstNodeState
.
name_register_self_done
)
;
AstIndex
condition
;
AstIndex
message
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
decl_static_assert
,
0
,
AstNodeState
.
name_register_self_done
)
Undocumented in source.
Variables
condition
AstIndex
condition
;
Undocumented in source.
message
AstIndex
message
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
static_assert
functions
name_register_nested_static_assert
name_resolve_static_assert
post_clone_static_assert
print_static_assert
type_check_static_assert
structs
StaticAssertDeclNode