Is it possible to apply an extensions function to several types at once? Something link this
fun <Double || Float>.toString(): String
Is it possible to apply an extensions function to several types at once? Something link this
fun <Double || Float>.toString(): String