Contents

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 : Sendable

Discussion

  • category: The category to match.