Compiler implementation of the D programming language.
Dumps the full contents of module m to buf. 
| OutBuffer* buf | buffer to write to. | 
| Module m | module to visit all members of. | 
Pick off one of the storage classes from stc, and return a string representation of it. stc is reduced by the one picked.
trust, which is the token trust corresponds tokind
Write out argument types to buf.
Pretty print function parameters.
| ParameterList pl | parameter list to print | 
Pretty print function parameter.
| Parameter parameter | parameter to print. | 
| TypeFunction tf | TypeFunction which holds parameter. | 
| bool fullQual | whether to fully qualify types. | 
    © 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
    https://dlang.org/phobos/dmd_hdrgen.html