cl-struct-slot-value
cl-struct-slot-value is a compiled Lisp function in `cl-macs.el
'.
(cl-struct-slot-value STRUCT-TYPE SLOT-NAME INST)
This function has a compiler macro `cl-struct-slot-value--cmacro'.
Return the value of slot SLOT-NAME in INST of STRUCT-TYPE.
STRUCT and SLOT-NAME are symbols. INST is a structure instance.