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