Skip to main content
Returns whether the provided function is a newcclosure-created C closure. The first argument must be a function; passing a non-function raises a type error. Documented usage is a single function argument; extra arguments are not part of the supported signature.

Syntax

Arguments

Returns

Example

Check whether a function is a wrapped C closure.