inline fun <reified T : Mammal> String.build...
# announcements
s
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) }