vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
TypePrinter
vox
fe
ast
type
type_node
Undocumented in source.
struct
TypePrinter {
TypeNode
*
node
;
CompilationContext
*
ctx
;
void
toString
(void delegate(const(char)[]) sink);
}
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctx
CompilationContext
*
ctx
;
Undocumented in source.
node
TypeNode
*
node
;
Undocumented in source.
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