On 10/21/2014 11:06 PM, thedeemon wrote: > A[B] freshCleanAA; > aa = freshCleanAA; > > (where A[B] denotes the type of aa) > That's it! Alternative: A[B] aa; aa = aa.init; Ali