dirk ~master (2022-04-03T04:40:56.1703389)
Dub
Repo
DynamicLibrary
loader
loader
Undocumented in source.
struct
DynamicLibrary {
this
(char[] name);
void
resolve
(string file, size_t line);
}
Constructors
this
this
(char[] name)
Undocumented in source.
Members
Functions
resolve
void
resolve
(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
loader
loader
classes
DynamicLoaderException
structs
DynamicLibrary