Function: comp-cstr-f-ret
comp-cstr-f-ret is a byte-compiled function defined in
comp-cstr.el.gz.
Signature
(comp-cstr-f-ret comp-cstr-f-ret X)
Documentation
Access slot "ret" of comp-cstr-f struct X.
Returned value.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(cl-defstruct comp-cstr-f
"Internal constraint representation for a function."
(args () :type list
:documentation "List of `comp-cstr' for its arguments.")
(ret nil :type (or comp-cstr comp-cstr-f)
:documentation "Returned value."))