Contents

XPCArray.IndexValuePair

A type that contains an index and the object at that index.

Declaration

typealias IndexValuePair = (index: Int, value: xpc_object_t)

Discussion

XPCArray exposes its values as instances of xpc_object_t even if they were originally set with other types.