Skip to main content
Returns a C closure for the provided function. If the function is already a C closure, the same function is returned. Passing a non-function raises a type error.

Syntax

Arguments

Returns

Example

Create a wrapped C closure for an L closure.