Copy If Boolean Array

Syntax

Copy If Boolean Array

Parameters

Array

Array of booleans

Predicate

Function that takes boolean and returns boolean.
If function returns true boolean would be copied to NewArray

Output

NewArray

All boolean that returns true in predicate