Contents

DynamicInstructionsForEach

Dynamic instructions that produce content for each element of a collection.

Declaration

struct DynamicInstructionsForEach<Data, ID, Content> where Data : RandomAccessCollection, ID : Hashable, Content : DynamicInstructions

Overview

Don’t use this type directly. Instead, use DynamicInstructions.ForEach within the body of your DynamicInstructions.

Topics

Creating an instance

See Also

Dynamic profiles