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


getMosKey

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

The getMosKey function returns the key for any -- an object describing the layout and implemention of any.

The getMosKey function will return a valid and appropriate key for any Muq value, including (for example) integers, floats and strings, as well as stacks, jobs, structs, vectors, objects and so forth.

The getMosKey function is intende primarily as an efficient, dedicated hack supporting implementation of generic functions by rapidly locating the key indexing the generic functions defined for a given value.


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