> So you can't assign the contents of a dynamic array with 16-alignment to an array with 8-alignment without a cast. On the other hand you can assign an array with 1-alignment to one with 8-alignment Sorry, I meant that the array with larger alignment requirements is a subtype of the one with smaller alignment requirements.