Visual Studio Code – Why VSCode shows strange "@number" (like int[10]@9) for arrays when debugging?
This was a simple binary search code and while I was debugging it for my better understanding, I got this remark a = int[10]@9 in the debugging panel - what does it mean (especially "@9" part after the type)? /**…