DoxigAlpha

close

Trusts the file.

Function parameters

Parameters

#
self:*DynLib

Cross-platform dynamic library loading and symbol lookup.

Types

#
DynLib
Cross-platform dynamic library loading and symbol lookup.

TODO fix comparisons of extern symbol pointers so we don't need this helper function.

Functions

#
get_DYNAMIC
TODO fix comparisons of extern symbol pointers so we don't need this helper function.

Source

Implementation

#
pub fn close(self: *DynLib) void {
    return self.inner.close();
}