from reinterpreted as TTo[]TTo[] __ArrayCast(TFrom, TTo)(return scope TFrom[] from) @nogc pure @trustedThe compiler lowers expressions of cast(TTo[])TFrom[] to this implementation. Note that this does not detect alignment problems.
from | the array to reinterpret-cast |
from reinterpreted as TTo[]