On Fri, 09 Sep 2011 13:10:41 -0400, bearophile wrote:

> 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

That works. Thanks.

Reply via email to