auto r = `xxx111`; auto id = r.moveWhile!(a => a == 'x'); assert(id == `xxx`); assert(r == `111`);
See Implementation