xxxxxxxxxx
import std.exception, std.stdio;
void main()
{
int[] arr = [0, 1, 2];
writeln(arr[0..1].doesPointTo(arr));
}