Closures
newcclosure
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.
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.