vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
printType
vox
fe
ast
type
type_node
Undocumented in source. Be warned that the author may not have intended to support it.
void
printType
(AstIndex t, void delegate(const(char)[]) sink, CompilationContext* ctx)
void
printType
(TypeNode* t, void delegate(const(char)[]) sink, CompilationContext* ctx)
void
printType
(
TypeNode
*
t
,
scope
void
delegate
(
const
(
char
)[]
)
sink
,
CompilationContext
*
ctx
)
Meta
Source
See Implementation
vox
fe
ast
type
type_node
enums
AllowHeaderOnly
functions
gen_ir_type
printType
require_type_size
same_type
typeArgSize
typeName
manifest constants
POINTER_ALIGN_POW
POINTER_SIZE
structs
TypeNode
TypePrinter