ID:2956468
 
Resolved
load_ext() has been added to pre-load a function in an external library. The result of load_ext() can be passed to call_ext() as a single argument in place of call_ext(library_name, function_name).
Applies to:DM Language
Status: Resolved (516.1648)

This issue has been resolved.
A way to preload external libraries and avoid looking up their functions every time would be nice.
Lummox JR resolved issue with message:
load_ext() has been added to pre-load a function in an external library. The result of load_ext() can be passed to call_ext() as a single argument in place of call_ext(library_name, function_name).