Home
last modified time | relevance | path

Searched refs:TTo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcasting.d81 TTo[] __ArrayCast(TFrom, TTo)(return scope TFrom[] from) @nogc pure @trusted in __ArrayCast() argument
84 const toLength = fromSize / TTo.sizeof; in __ArrayCast()
86 if ((fromSize % TTo.sizeof) != 0) in __ArrayCast()
88 onArrayCastError(TFrom.stringof, fromSize, from.length, TTo.stringof, TTo.sizeof); in __ArrayCast()
98 return *cast(TTo[]*)a; in __ArrayCast()