subscript(_:)
Get or set a value in this dictionary as data.
Declaration
subscript(key: String) -> RawSpan? { get set }Parameters
- key:
The key under which to get or set the data.
Return Value
A RawSpan of the data or nil if no such value was found.