Loads multiple resources in one fell swoop using an associated array.
Data type.
Paths and names for loading resources.
LoadException if the loader determines that the file does not exist. There may be other errors while loading, see their documentation, for example Image.
loader.load!Image([ "op1" : "image.png", "op2" : "image2.png" ]);
See Implementation
Loads multiple resources in one fell swoop using an associated array.