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


vector?

Function: vector?
file: job.t
package: muf
status: alpha

True iff the argument is a vector. As opposed to a symbol, List cell, or any other class or data type. True of both vanilla and ephemeral vectors: Use ephemeral? to distinguish the two cases.

Similar functions vectorI01? vectorI08? vectorI16? vectorI32? vectorF32? vectorF64? exist for the other vector flavors.


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