rt.arrcast

Undocumented in source.

Members

Functions

__ArrayCast
TTo[] __ArrayCast(TFrom[] from)

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

Meta