Scanner.scanAlphaNumericToSlice
void scanAlphaNumericToSlice(string name)(ref char[] slice, const Mark startMark)Scan a string of alphanumeric or "-_" characters.
Assumes that the caller is building a slice in Reader, and puts the scanned characters into that slice.