struct-slot-values ( struct -- sequence )


Vocabulary
classes.struct

Inputs
structa struct


Outputs
sequencea sequence


Word description
Extracts the values of the structs slots

Errors
Throws a memory protection error if the memory the struct references is not accessible.

Definition


Methods