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