标签: c# haskell
我们在haskell Prelude中有迭代功能
iterate :: (a -> a) -> a -> [a] iterate f x == [x, f x, f (f x), ...]
C#中的等价物是什么?
答案 0 :(得分:7)
没有,但你可以写自己的:
showsTouchOnHighlight = true