vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
TypeConvExprNode
vox
fe
ast
expr
type_conv
Undocumented in source.
@
AstType
.
expr_type_conv
struct
TypeConvExprNode {
mixin
ExpressionNodeData
!(
AstType
.
expr_type_conv
)
;
AstIndex
expr
;
TypeConvResKind
convKind
();
}
Members
Functions
convKind
TypeConvResKind
convKind
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ExpressionNodeData
!(
AstType
.
expr_type_conv
)
Undocumented in source.
Variables
expr
AstIndex
expr
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
expr
type_conv
functions
eval_type_conv
ir_gen_branch_type_conv
ir_gen_expr_type_conv
name_register_nested_type_conv
name_resolve_type_conv
post_clone_type_conv
print_type_conv
type_check_type_conv
structs
TypeConvExprNode