> How do we do type casting without danger ?
When you know what you're doing. Most of the time you would want to convert the type instead, which should be safe and can be done with `TypeName(expression)`
> How do we do type casting without danger ?
When you know what you're doing. Most of the time you would want to convert the type instead, which should be safe and can be done with `TypeName(expression)`