Would https://dlang.org/library/std/functional/curry.html help you?kind regards, Christian
Hello Christian,thank for the link. I looks good however in my installation (gdc 8.4.0) it says:
```d curry.d:1:8: error: module std.functional import 'curry' not found ``` Do I need to switch do another compiler?