Skip white spaces
auto i = " \n\t "; auto r = skip_whitespace(i); assert(r.ok); assert(!r.cont.length);
See Implementation
Skip white spaces