_d_paint_cast
private fn
void * _d_paint_cast(To)(const return scope Object o)Dynamic cast o to final class To only one level down
Parameters
o | object that is instance of a class |
To | final class that is a subclass type of o |
Returns
o if it succeeds, null if it fails