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


getNamedStructureSlot

Function: getNamedStructureSlot { struct mosClass key -> val }
file: job.t
package: muf
status: alpha

The getNamedStructureSlot function accepts a structure struct, a mosClass mosClass and a symbol key, and returns the value of the given slot in the given structure. An error is signaled if mosClass is not nil and struct is not an instace of it.


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