Source

Branch

1/ @attamayte1

@valigo

Pointer arithmetic based on type sizes makes sense when considering aligned load/store memory operations.

I’d argue that even today, with relaxed rules, we commonly use typed arrays and calculate offsets in bytes only when working with generic buffers, like binary data blobs.

2/ @valigo

@attamayte1

Yeah it makes sense for it to be the default. It’s still confusing :)