core.internal.array.casting

This module contains compiler support for casting dynamic arrays

Functions 1

fnTTo[] __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.