Contents

subscript(_:)

Get or set a value in this array as an XPCArray.

Declaration

subscript(index: Int) -> XPCArray? { get set }

Parameters

  • index:

    The index at which to get or set the XPCArray.

Return Value

A XPCArray value or nil if no such value was found.