skipWhitespace

Skips whitespace tokens, incrementing index until it indexes tokens at a non-whitespace token.

void
skipWhitespace
(
File output
,
const(Token)[] tokens
,
ref size_t index
,
bool print = true
)

Meta