Contents

xpc_array_applier_t

A block to invoke for every value in the array.

Declaration

typealias xpc_array_applier_t = (Int, xpc_object_t) -> Bool

Parameters

  • index:

    The current index in the iteration.

  • value:

    The current value in the iteration.

Return Value

A Boolean indicating whether iteration should continue.

See Also

Array objects