BasicAutoloader.this

Constructs an autoloader with a base path to start searches from and a list of child paths to include in the search.

  1. this(string[] searchPaths)
  2. this(string basePath, string[] searchPaths)
    class BasicAutoloader
    this
    (
    string basePath
    ,
    string[] searchPaths = []
    )

Meta