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


getNthStructureSlot

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

The getNthStructureSlot function accepts a structure struct, a mosClass mosClass and an integer slot number slot, and returns the value of the given slot in the given structure. An error is signaled if mosClass is not nil and struct not an instance of it.


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