Verse Library verse

05 Effects

Iterates through a generic array and executes a provided function on every element.

extracted-snippets/documentation/en-us/fortnite/functions-in-verse/05-effects.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/functions-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/functions-in-verse.md
# Section:    Effects
All(Array:[]t, F(:t)<transacts><decides>:void where t:type)<transacts><decides>:void =
for (Element : Array):
F[Element]

Comments

    Sign in to vote, comment, or suggest an edit. Sign in