ipAsString

expect fun ipAsString(ba: ByteArray): String

given a byte array, convert it into some string form of IP address Should support ipv4 and ipv6 at a minimum

actual fun ipAsString(ba: ByteArray): String
actual fun ipAsString(ba: ByteArray): String

given a byte array, convert it into some string form of IP address Should support ipv4 and ipv6 at a minimum