#functional-programming
Read more stories on Hashnode
Articles with this tag
Iterators in rust, different types of iterators in rust and when and how to use them ยท In Rust, into_iter(), iter(), and iter_mut() are methods provided...
Return value : true if the callback function returns a truthy value for at least one element in the array. Otherwise, false. The Array.some() method...
In functional programming, currying is the process of taking a function with multiple arguments and turning it into a sequence of functions that each...
Input of one function comes from the output of another function. ๐ simple defination of function composition that i could find. Main Ideas of...
FP is a programming paradigm where programs are constructed by applying and composing functions. ยท Main Ideas of Functional Programming. Function - This...