vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
PackageFilesPrinter
vox
fe
ast
decl
package_
Undocumented in source.
struct
PackageFilesPrinter {
PackageDeclNode
*
pack
;
CompilationContext
*
c
;
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
c
CompilationContext
*
c
;
Undocumented in source.
pack
PackageDeclNode
*
pack
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
package_
functions
print_package
structs
PackageDeclNode
PackageFilesPrinter