Timon Gehr: > A simple reinterpret cast should do: > auto b=*(cast(DATA[2][2]*)a.ptr);
I think this is enough: auto b = cast(Data[2][2])a; Bye, bearophile
Timon Gehr: > A simple reinterpret cast should do: > auto b=*(cast(DATA[2][2]*)a.ptr);
I think this is enough: auto b = cast(Data[2][2])a; Bye, bearophile