is there a better way to write this function? ```...
# announcements
t
is there a better way to write this function?
Copy code
inline fun <reified T : Any> getAs(noinline converter: ((String) -> Any)? = null): T = ...
g
What is function does? It is not clear from the signauture