A random access range needs to expose an array like interface. Specifically, it should implement a length()and an opIndex methods. If you add them to your range, it should work. More info here: http://dpldocs.info/isRandomAccessRange