Update documentation on LexerRange.popFrontN

This commit is contained in:
Hackerpilot 2014-04-15 12:04:18 -07:00
parent c726b8985d
commit 0b8fb97c07
1 changed files with 2 additions and 1 deletions

View File

@ -729,7 +729,8 @@ struct LexerRange
}
/**
* Implements the algorithm _popFrontN more efficiently.
* Implements the algorithm _popFrontN more efficiently. This function does
* not detect or handle newlines.
*/
void popFrontN(size_t n) pure nothrow @safe
{