Returns whether this is associated with a dynamic library handle. It is asserted that no member functions are called for an unassociated DynamicLib struct.
assert(!DynamicLib.init.associated); auto h = DynamicLib.init.handle; // assertion failure
See Implementation
Returns whether this is associated with a dynamic library handle. It is asserted that no member functions are called for an unassociated DynamicLib struct.