For the complete documentation index, see llms.txt. This page is also available as Markdown.

map and filter

map(func) and filter(func)

Both are first class functions. First class functions take function as input parameter or output as function.

Functional programming:

Programming focusing on a function is used as input parameter of another function or methods or as output of another function or method

Last updated