On Sunday, 11 May 2014 at 20:18:23 UTC, luminousone wrote: > I thought x86_64 pointers are sign extended? or does that just > apply to real memory pointers and not virtual memory pointers? With typed slices you can use one 64 bit base pointer and two 32 bit indexes instead of two pointers.