All Manuals > Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable Reference

valid-foreign-type-p Function

Summary

Checks if the argument is a valid foreign type.

Package

fli

Signature

valid-foreign-type-p type => boolean

Arguments
type
A Lisp object.
Values
boolean
A boolean.
Description

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.

See also

2 FLI Types


Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58