subscript(_:)
Get or set a value in this dictionary as a UUID.
Declaration
subscript(key: String) -> uuid_t? { get set }Parameters
- key:
The key under 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 dictionary as a UUID.
subscript(key: String) -> uuid_t? { get set }The key under which to get or set the UUID.
A UUID value or nil if no such value was found.