Contents

xpc_array_get_count(_:)

Returns the count of values in the array.

Declaration

func xpc_array_get_count(_ xarray: xpc_object_t) -> Int

Parameters

  • xarray:

    The array object which is to be examined.

Return Value

The count of values in the array.

See Also

Array objects