in any case, I was trying to figure out how to do ...
# getting-started
b
in any case, I was trying to figure out how to do this: You can reference a method
String::toCharArray
, but if you assign the class reference
val c = String::class
, how do you get a reference to
c::toCharArray
? What if the function is on the companion object (static function)?