On Friday, 5 June 2015 at 17:27:18 UTC, Kyoji Klyden wrote:
Does the slice's pointer point to the slice's position in memory? Then if an array isn't sequential, is it atleast a sequence of pointers to the slice structs (& those are just in whatever spot in memory they could get?)

BTW, try to write in assembler, it will give you perfect understanding of all things like memory layout, calling conventions, alignment etc :3

Reply via email to