firstValue(matchingCategory:)
Finds the first tag matching the specified category and returns the value of the matching tag.
Declaration
func firstValue<T>(matchingCategory category: CMTypedTag<T>.Category) -> T? where T : SendableDiscussion
category: The category to match.