[Issue 23362] New: Permutations should be a forward range
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 23 20:30:47 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23362
Issue ID: 23362
Summary: Permutations should be a forward range
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: james.gray at remss.net
According to the documentation permutations is a forward range but save is not
implemented. This doesn't compile
```
import std;
[1,2,3].permutations.save;
```
--
More information about the Digitalmars-d-bugs
mailing list