filter_objects
Similar to filter_array() but calls arr[n]->fun(extra, ...). If the call returns != 0, the object arr[n] ist included in the returned array.
filter_array()
arr[n]->fun(extra, ...)
Note
0-entries in arr are ignored.
filter(E), map(E), map_objects(E)
filter
map
map_objects