moduleToBuffer

Dumps the full contents of module m to buf.

extern (C++)
void
moduleToBuffer

Parameters

buf
Type: OutBuffer*

buffer to write to.

m
Type: Module

module to visit all members of.

Meta