duk_check_type

Function duk_check_type 

Source
pub unsafe extern "C" fn duk_check_type(
    ctx: *mut duk_context,
    idx: duk_idx_t,
    type_: duk_int_t,
) -> duk_bool_t