struct State
{
    this(uint breaks, const Token[] tokens, immutable short[] depths,
            const Config* config, int currentLineLength, int indentLevel) pure @safe
    {
    }
}