DynamicLoad

Given a static function declaration, generate a loader with the same name in the current scope that loads the function dynamically from the given DLL.

Members

Mixins

__anonymous
mixin DynamicLoad!(FUNCS[0], DLL)
Undocumented in source.
__anonymous
mixin DynamicLoad!(DLL, FUNCS[1..$])
Undocumented in source.

Meta