lua_gc

Function lua_gc 

Source
pub unsafe extern "C-unwind" fn lua_gc(
    L: *mut lua_State,
    what: lua_GCOp,
    data: c_int,
) -> c_int
Expand description

Performs a garbage collection operation.

These operations are defined and documented in lua_GCOp.