Package: cffi
Function foreign-enum-keyword
Lambda Listforeign-enum-keyword (type value &key errorp) ArgumentsDetails The function foreign-enum-keyword returns the keyword symbol that corresponds to value in type. An error is signaled if type doesn't contain such value and errorp is true. Examples(defcenum boolean :no :yes) | See also |