Comment on call the doctor, the CS doctor
dukk@programming.dev 1 year agoWell, you don’t really see many people accessing lists with pointers directly. Also 0-indexing does give us an extra number to index with(say 1-256 vs 0-256)
Comment on call the doctor, the CS doctor
dukk@programming.dev 1 year agoWell, you don’t really see many people accessing lists with pointers directly. Also 0-indexing does give us an extra number to index with(say 1-256 vs 0-256)
FriendOfElphaba@sh.itjust.works 1 year ago
It’s 0-255 when you’re indexing like that. 11111111b = 255.
dukk@programming.dev 1 year ago
Oh sorry, you’re right. Amended my comment.