https://issues.dlang.org/show_bug.cgi?id=9841
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Seb <[email protected]> --- So summarizing the status quo in D is: --- auto names2 = ["Sam", "Pamela", "Dave", "Pascal", "Erik"]; auto nameRange2 = names2.enumerate.filter!(a => a.value.length <= a.index).map!(a => a.value); nameRange2.writeln; --- https://run.dlang.io/is/SzLRES It's not too bad and I doubt that filterIndex would be accepted. --
