It's a bug:

    auto s=ar[];
    s.popFront();
    auto s1=s[0..0]; //out of bounds

Reply via email to