Basic constructor macro for tyspecseq-schar structures.
(make-tyspecseq-schar )
This is the usual way to construct tyspecseq-schar structures. It simply conses together a structure with the specified fields.
This macro generates a new tyspecseq-schar structure from scratch. See also change-tyspecseq-schar, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-tyspecseq-schar (&rest args) (std::make-aggregate 'tyspecseq-schar args 'nil 'make-tyspecseq-schar nil))
Function:
(defun tyspecseq-schar nil (declare (xargs :guard t)) (let ((__function__ 'tyspecseq-schar)) (declare (ignorable __function__)) (cons :schar (list))))