__ArrayCast

Compiler lowers cast(TTo[])TFrom[] to this implementation. It reinterprets the given parameter. No new allocations.

@nogc pure @trusted
TTo[]
__ArrayCast
(
TFrom
TTo
)
(
return scope TFrom[] from
)

Meta