Contents

subscript(_:)

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

Declaration

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

Parameters

  • index:

    The index at which to get or set the endpoint.

Return Value

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