Go to the first, previous, next, last section, table of contents.


isEphemeral

Function: isEphemeral { any -> }
file: job.t
package: muf
status: alpha

Signals an error if the argument is not an ephemeral object.

Ephemeral objects are a crude efficiency hack, usable only within the job that created them, and only until the function that created them returns. Currently only structures and vectors can be ephemeral.


Go to the first, previous, next, last section, table of contents.