Make `sbml` slightly more type-stable
`Libdl.dlsym` can return `Union{Nothing, Ptr{Nothing}}`. We know that the symbols we use exist, and even if they didn't this change makes the function fail early instead of calling a `NULL` function in the shared library💥
Please register or sign in to comment