Skip to content

Structure

Syntax.Loop

struct Loop

Topics

Initializers

Instance Properties

  • array
    the key to use to access the array
  • body
    the body of the looop
  • index
    the key to use when accessing the current index
  • item
    the key to use when accessing items

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype