For Each If Integer64

Syntax

For Each If Integer64

Parameters

Array

Array of integers64

Callable

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

Predicate

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

Output

Result

Modified Array