Method MPI.IntArray()->_values()

class MPI.IntArray

Method _values

array(int) values( MPI.IntArray arg )

Returns

A Pike array copy of this array.

Example

array pike_array = values(typed_array);