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