SingleView public struct SingleView<Content> : IndexedViewContainer where Content : View SingleView count Declaration Swift public let count: Int view(at:) the View at Index in the container Declaration Swift public func view(at index: Int) -> some View