__ArrayCast

The compiler lowers expressions of cast(TTo[])TFrom[] to this implementation.

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

Parameters

from TFrom[]

the array to reinterpret-cast

Return Value

Type: TTo[]

from reinterpreted as TTo[]

Meta