comparison d2/qtd/Core.d @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 8674fd5f34f4
children
comparison
equal deleted inserted replaced
313:cb7fb9195175 314:80b52f5e97b6
1 module qt.Core; 1 module qtd.Core;
2 2
3 /** 3 /**
4 Casts from to type $(D_PARAM U), bypassing dynamic checks. 4 Casts from to type $(D_PARAM U), bypassing dynamic checks.
5 */ 5 */
6 U static_cast(U, T)(T from) 6 U static_cast(U, T)(T from)