SingleTag public struct SingleTag<Content> : TagViewList where Content : View SingleTag count Declaration Swift public var count: Int { get } view(at:) the View at Index in the TagViewList Declaration Swift public func view(at index: Int) -> some View