Function julia_sys::jl_array_ptr_set [] [src]

pub unsafe fn jl_array_ptr_set<T, U>(
    a: *mut T,
    i: usize,
    x: *mut U
) -> *mut jl_value_t