Checks if the argument is a valid foreign type.
fli
valid-foreign-type-p type => boolean
type⇩ |
A Lisp object. |
boolean |
A boolean. |
The function valid-foreign-type-p
returns true if type is a valid foreign type and returns false otherwise.
An object is a valid foreign type if it matches any of the types which are described in chapter 2 FLI Types.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58