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


makeEphemeralVector

Function: makeEphemeralVector { val len -> vec }
file: job.t
package: muf
status: alpha

The makeEphemeralVector function is much like the makeVector function, except that it returns an ephemeral (stack-allocated) vector instead of a vanilla (heap-allocated) vector.

For those of us addicted to conciseness, this function is also available under the synonym evec.

See section ]makeEphemeralVector, for a discussion of the advantage and dangers of using ephemeral vectors.


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