- func
FunctionValue func(string name)
 - functions
FunctionRange functions()
 Undocumented in source. Be warned that the author may not have intended to support it.
- identifier
const(char)[] identifier()
 Obtain the identifier of the module.
- identifier
void identifier(string module_id)
 Undocumented in source. Be warned that the author may not have intended to support it.
- namedMetadata
NamedMetadataValue namedMetadata(string name)
 Obtain the named metadata operands for a module.
- toBuffer
auto  toBuffer()
 Writes a module to a new memory buffer and returns it.
- toString
void toString(Writer w, FormatSpec!Char fmt)
 Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
 Undocumented in source. Be warned that the author may not have intended to support it.
- verify
VerifyResult verify()
 Verifies that a module is valid.