pub unsafe extern "C" fn YASL_isnuserdata(
    S: *mut YASL_State,
    tag: *const c_char,
    n: c_uint
) -> bool
Expand description

[-0, +0] checks if the object at index n is userdata. @param S the YASL_State. @return true if the object at index n is userdata, else false.