Contents

subscript(_:as:)

Get a value in this array as an XPCArray.

Declaration

subscript(index: Int, as type: XPCArray.Type = XPCArray.self) -> XPCArray? { get }

Parameters

  • index:

    The index at which to get the XPCArray.

  • type:

    The expected type of the resulting value.

Return Value

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