4.1.3 Checking for a D Import

The check_d_import method can be used to check for the presence of D import.

This method takes the name of the import to check for as the first argument.

Example calls:

configure do
  check_d_import "std.stdio"
  check_d_import "std.numeric"
end

4.1.3.1 Options

4.1.3.1.1 :check_d_import_path

Optionally specifies an array of paths to look for the module in.