Does make sense to add ```inline fun <reified ...
# stdlib
s
Does make sense to add
Copy code
inline fun <reified R : Any> Any.cast(): R = this as R
this extension function to stdLib?