subscript(_:as:)

Get or set value associated with the specified key.

Declaration

subscript<Value>(key: String, as type: Value.Type = Value.self) -> Value? where Value : CVAttachmentValueRepresentable { get set }