cl-struct-sequence-type

cl-struct-sequence-type is a compiled Lisp function in `cl-macs.el'.

(cl-struct-sequence-type STRUCT-TYPE)

Return the sequence used to build STRUCT-TYPE.
STRUCT-TYPE is a symbol naming a struct type. Return 'vector or
'list, or nil if STRUCT-TYPE is not a struct type.