Physics, asked by ansari2943, 11 days ago

what is the function filter

Answers

Answered by ESKENOR
0

Answer:

In functional programming, filter is a higher-order function that processes a data structure (usually a list) in some order to produce a new data structure containing exactly those elements of the original data structure for which a given predicate returns the boolean value true .

Similar questions