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


ephemeral?

Function: ephemeral? { any -> tOrNil }
file: job.t
package: muf
status: alpha

True iff the object is allocated on the stack (as opposed to the heap).

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.