Signature
std::vectorunits_list()
Returns the normalized paths of all known .uce units.
This includes the shared known-unit registry plus any units already loaded in the current runtime process.
Example
print("the runtime knows ", units_list().size(), " compiled units\n");
Output
the runtime knows 650 compiled units