[The docs](https://dlang.org/phobos/std_range.html#drop) should make it clear that `drop` and `dropOne` do not mutate the range passed to them, unlike `popFrontN`. PR incoming.