XmlIncrementalLexer.ensureCapacity

void ensureCapacity(size_t additional) pure nothrow @trusted

Ensures the internal buffer has room for additional bytes beyond the current write position, growing by doubling capacity as needed.

Parameters

additionalNumber of additional bytes to accommodate.