ecl_aet_to_symbol
,
ecl_symbol_to_aet
— To and from element types
cl_object ecl_aet_to_symbol(
cl_elttype param)
;
cl_elttype ecl_symbol_to_aet(
cl_object type)
;
ecl_aet_to_symbol
returns the Lisp type associated to the elements of that specialized array class. ecl_symbol_to_aet
does the converse, computing the C constant that is associated to a Lisp elment type.
The functions may signal an error if any of the arguments is an invalid C or Lisp type.