Partial function application (Currying)

atzensepp webwicht at web.de
Sat Jan 20 20:49:15 UTC 2024


On Saturday, 20 January 2024 at 17:45:36 UTC, Christian Köstlin 
wrote:
> 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?


More information about the Digitalmars-d-learn mailing list