register

fun register(library: Library): OutputValue<*>?

Registers a new single library, allowing it to be looked up by functions and its Library.onLoad action is executed.

The library is appended to the list. Function lookup walks the list in reverse, so the most recently registered library wins on name conflicts (see Context.getFunctionByName).

Parameters

library

library to register