filter(matchingCategory:)
Filters a sequence of tags based on matching the specified category. Returns the tags that match the specified category.
Declaration
func filter<T>(matchingCategory category: CMTypedTag<T>.Category) -> [CMTypedTag<T>] where T : SendableDiscussion
category: The category to match.