ExternalValidator

A structure that allows you to detect which modules are relevant to display

version(Have_fluent_asserts)
struct ExternalValidator {}

Members

Functions

isExternal
bool isExternal(string name)

Check if the provided name comes from an external dependency

Variables

externalModules
string[] externalModules;

The list of external modules like the standard library or dub dependencies

Meta