type
enum
| ok |
The library was successfully loaded into namespace |
|---|---|
| err |
Load was attempted, but failed due to compiler error |
constructors
| fromStr |
Return the LibStatus instance for the specified name. |
|---|
fields
| vals |
List of LibStatus values indexed by ordinal |
|---|
Slot Details
err
const static LibStatus err := ...
Load was attempted, but failed due to compiler error
fromStr
ok
const static LibStatus ok := ...
The library was successfully loaded into namespace
vals
const static LibStatus[] vals := LibStatus[LibStatus.ok,LibStatus.err]
List of LibStatus values indexed by ordinal