Update documentation on LexerRange.popFrontN
This commit is contained in:
parent
c726b8985d
commit
0b8fb97c07
|
@ -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
|
void popFrontN(size_t n) pure nothrow @safe
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue