Join Slack
Powered by
inline fun <reified T : Mammal> String.build...
# announcements
s
sitepodmatt
02/15/2019, 4:00 AM
inline fun <reified T : Mammal> String.buildSomething(): T { val creationCall = T::class.companionObject...notsurehere-google-from-here-find-the-function-call return ((invoke creationCall) as T) }
5
Views
Open in Slack
Previous
Next