Function: cl--make-random-state--cmacro

cl--make-random-state--cmacro is a function defined in cl-extra.el.gz.

Signature

(cl--make-random-state--cmacro _CL-WHOLE-ARG VEC)

Documentation

compiler-macro for cl--make-random-state.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-extra.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg vec)
  ((cl-block cl--make-random-state--cmacro
     (cl--defsubst-expand '(vec)
			  '(cl-block cl--make-random-state
			     (record 'cl--random-state -1 30 vec))
			  nil nil nil vec)))
  (cl-struct-cl--random-state-tags) nil
  "compiler-macro for `cl--make-random-state'."]