Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

ForEach

mattt edited this page Jan 25, 2020 · 5 revisions

ForEach

public struct ForEach

Inheritance

ListItemConvertible, BlockConvertible


Initializers

init(in:_:)

public init<Values>(in values: Values, _ builder: (Values.Element) -> BlockConvertible) where Values: Sequence

Properties

listItemValue

var listItemValue: [List.Item]

blockValue

var blockValue: [Block & Node]
Clone this wiki locally