Thread overview
cast(T) documentation
Nov 05, 2015
Carl Sturtivant
Nov 05, 2015
Ali Çehreli
Nov 06, 2015
Carl Sturtivant
November 05, 2015
Hello,

Is cast(T) documented all in one place somewhere? I'd like to understand exactly what it does and does not do.


November 05, 2015
On 11/05/2015 07:51 AM, Carl Sturtivant wrote:
> Hello,
>
> Is cast(T) documented all in one place somewhere? I'd like to understand
> exactly what it does and does not do.
>

This is what I can find:

  http://dlang.org/expression.html#CastExpression

Ali

November 06, 2015
On Thursday, 5 November 2015 at 18:52:05 UTC, Ali Çehreli wrote:
> On 11/05/2015 07:51 AM, Carl Sturtivant wrote:
>> Hello,
>>
>> Is cast(T) documented all in one place somewhere? I'd like to understand
>> exactly what it does and does not do.
>>
>
> This is what I can find:
>
>   http://dlang.org/expression.html#CastExpression
>
> Ali

Hello Ali, I probably should have found that! Thanks.