For Each If Vector

Syntax

For Each If Vector

Parameters

Array

Array of vectors

Callable

Function that takes vector by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes vector and returns boolean.
If returns true Callable called

Output

Result

Modified Array