for specific type, like String it wouldn’t matter ...
# random
o
for specific type, like String it wouldn’t matter much, but if you make an extension for generic
T
like
fun <T> T.foo()
it will need to consider the function for every call.