chickadee » foreign » types » struct

(struct NAME)type

A struct of the name NAME or (NAME), where NAME should be a string. The latter specifies a typedef naming a structure. On the Scheme side, results and argumens of this type will be wrapped in a record structure named struct NAME (or NAME). Values of this type arew opaque can not be manipulated directly in Scheme code.