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 Dec 21, 2020 · 5 revisions

ForEach

public struct ForEach

Inheritance

BlockConvertible, ListItemConvertible

Initializers

init(in:_:)

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

Properties

blockValue

var blockValue: [Block & Node]

listItemValue

var listItemValue: [List.Item]
Clone this wiki locally