levelTwoChunk

fun A_Continuation.levelTwoChunk(): L2Chunk

Answer the current L2Chunk to run when resuming this continuation. Always check that the chunk is still valid, otherwise the unoptimizedChunk should be resumed instead.

Return

The L2Chunk to resume if the chunk is still valid.