PairTag

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

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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