On 09/21/2011 09:42 PM, Jonas Drewsen wrote:
isInputRange!(immutable(void)[]) => false isInputRange!(immutable(char)[]) => trueshouldn't both of them return true? /Jonas
immutable(void)[] is not a range because you cannot get it's front element.
On 09/21/2011 09:42 PM, Jonas Drewsen wrote:
isInputRange!(immutable(void)[]) => false isInputRange!(immutable(char)[]) => trueshouldn't both of them return true? /Jonas
immutable(void)[] is not a range because you cannot get it's front element.