I am trying to debug some code. Some variables (newValue and tappedOperation here) are shown as a small circle with a "p" inside, and have several parameters (count, hash); while others (prevValue here) are shown with a different symbol.
I feel like the latter shows the variable type (that's a double). But what about the others? They are arguments to a function call, but why are them so different here? THANKS ❤️