Hello,

the following struct is not an input range because you can't call popFront on it, however I'd say you should be able to.

struct Wrapper {
    int[] _data;
    alias _data this;
}

Bug or intended behaviour?

Thank you!

Reply via email to