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