pointer
pointer(array [, index])
Get the native address of an array or string element. Be careful to ensure that a julia reference to a
exists as long as this pointer will be used. This function is "unsafe" like unsafe_convert
.
Calling Ref(array[, index])
is generally preferable to this function.
Examples
See Also
Array, broadcast, cat, combinations, conj!, digits!, fieldnames, fill, fill!, last, length, maximum, minimum, ones, parent, parentindexes, partitions, permutations, pointer, pointer_to_array, promote_shape, rand!, reshape, scale, similar, sum, sum_kbn, takebuf_array, transpose!, vec, zeros,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.