autoloader-pub ~master (2022-04-09T03:07:27.8490642)
Dub
Repo
BasicAutoloader.this
autoloader
basic_autoloader
BasicAutoloader
Constructs an autoloader with a list of paths to search for classes.
this
(string[] searchPaths)
class
BasicAutoloader
this
(
string
[]
searchPaths
)
this
(string basePath, string[] searchPaths)
Meta
Source
See Implementation
autoloader
basic_autoloader
BasicAutoloader
constructors
this
functions
join
lookup
properties
basePath
searchPaths
Constructs an autoloader with a list of paths to search for classes.