October 31, 2013 improving '$' to work with other functions (eg: indexed) | ||||
|---|---|---|---|---|
| ||||
Attachments:
| can we support this and similar use cases ?
import std.range;
void main(){
auto a=[1,2,3,4];
auto b1=a.indexed([0,a.length-1]);//OK
auto b2=a.indexed([0,$-1]);//NG
}
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply