Contents

subscript(_:as:)

Get a value in this dictionary as a UUID.

Declaration

subscript(key: String, as type: uuid_t.Type = uuid_t.self) -> uuid_t? { get }

Parameters

  • key:

    The key under which to get the UUID.

  • type:

    The expected type of the resulting value.

Return Value

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