getTokensForParser

const(Token)[]
getTokensForParser
(
R
)
if (
is(Unqual!(ElementEncodingType!R) : ubyte) &&
isDynamicArray!R
)

Return Value

Type: const(Token)[]

an array of tokens lexed from the given source code to the output range. All whitespace tokens are skipped and comments are attached to the token nearest to them.

Meta