Andrei Alexandrescu <andrei at erdani.com> wrote: > Which dynamic arrays are not input ranges? Constant ones? In that case, > this function should forward to non-const dynamic arrays of const elements. Yes, it's what the added function does. Shin