higher-order function
名词 n.
英文释义
名词 n.
-
A function that takes one or more functions as an input, and returns a function as a result.
— A higher-order function is a function that operates on other functions instead of on data values. Some of these take data arguments and manufacture functions to order; others, like the imap() function of Chapter 4, transform one function into another one.
0 次浏览
数据来源: Wiktionary