Function jl_arrayref

Source
pub unsafe extern "C" fn jl_arrayref(
    a: *mut jl_array_t,
    i: usize,
) -> *mut jl_value_t