adaptBias

private fnint adaptBias(int delta, int numPoints, bool firstTime) @safe nothrow @nogc

Adapt the Punycode bias value.

Parameters

deltaDelta accumulator.
numPointsNumber of code points processed.
firstTimeWhether this is the first bias adaptation.

Returns

The adapted bias.