Wait, I'm very confused by the last comment (I don't understand binary numbers):
"dec(17) = binäre -> 10001 = this is indexable (first bit set) and bit 5 means that index check was performed"
The first "1" in 10001 represents what? And then the "0001" represents what? What do you mean by "bit 5"? Are you saying 5 spaces from the first 1? From "1 = Indexable" to "16 = Index check done"? Please help me understand this.
Now, on my run, I get these 3 numbers: 16, 17, 21. The binary numbers are (correct me if I'm wrong):
10000 10001 10101
How, how do you read 21 (which becomes 10101)? Thank you for this.
Comments
"dec(17) = binäre -> 10001 = this is indexable (first bit set) and bit 5 means that index check was performed"
The first "1" in 10001 represents what? And then the "0001" represents what? What do you mean by "bit 5"? Are you saying 5 spaces from the first 1? From "1 = Indexable" to "16 = Index check done"? Please help me understand this.
Now, on my run, I get these 3 numbers: 16, 17, 21. The binary numbers are (correct me if I'm wrong):
10000
10001
10101
How, how do you read 21 (which becomes 10101)? Thank you for this.