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