ForEach
public struct ForEach : ShortcutA structure that computes shortcuts from an underlying collection of data.
- 
                  
                  DeclarationSwift public typealias Body = Never
- 
                  
                  DeclarationSwift public var body: Never { get }
- 
                  
                  Initializes the shortcut. DeclarationSwift public init<Data>(_ data: Data) where Data : Collection, Data.Element : ShortcutParametersdataA collection of shortcuts. 
- 
                  
                  Initializes the shortcut. DeclarationSwift public init<Data, Content>(_ data: Data, @ShortcutBuilder content: (Data.Element) -> Content) where Data : Collection, Content : ShortcutParametersdataThe data that the ForEachvalue uses to create shortcuts.contentThe shortcut builder that creates shortcuts. 
 View on GitHub
View on GitHub ForEach Structure Reference
        ForEach Structure Reference