www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - cast(T) documentation

reply Carl Sturtivant <sturtivant gmail.com> writes:
Hello,

Is cast(T) documented all in one place somewhere? I'd like to 
understand exactly what it does and does not do.
Nov 05 2015
parent reply =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
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
Nov 05 2015
parent Carl Sturtivant <sturtivant gmail.com> writes:
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.
Nov 05 2015