What do we call this (new?) higher-order function?

后端 未结 16 1683
盖世英雄少女心
盖世英雄少女心 2021-02-05 23:44

I am trying to name what I think is a new idea for a higher-order function. To the important part, here is the code in Python and Haskell to demonstrate the concept, which will

16条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-06 00:27

    in C++ Standard Template Library, it is called adjacent_difference (though the operator can be any operation, not just subtraction)

提交回复
热议问题