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.
Get or set a value in this array as a UUID.
subscript(index: Int) -> uuid_t? { get set }The index at which to get or set the UUID.
A UUID value or nil if no such value was found.