Eigenpoll : D wish list : range type 

import std.stdio;
void main(){
const range = 0..10;
char[] test="this is a test.";
writefln(test[range]);
}

Report this item for cleanup