PairTag

@MainActor
public struct PairTag<First, Second> : TagViewList where First : View, Second : TagViewList

Undocumented

  • Declaration

    Swift

    @MainActor
    public var count: Int { get }
  • the View at Index in the TagViewList

    Declaration

    Swift

    @MainActor
    public func view(at index: Int) -> some View