filter

Filters items by the given predicate

void
filter
(
T
)

Parameters

filterIn T[]

the array to filer

predicate Predicate!(T)

the predicate to use

filterOut T[]

output array

Meta