const(char)[] i = " \n\t "; auto r = skip!whitespace(i); assert(r.ok); assert(!r.cont.length);
See Implementation