Contents

subscript(_:)

Get or set a value in this array as a UUID.

Declaration

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

Parameters

  • index:

    The index at which to get or set the UUID.

Return Value

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