subarrayContentToString

Native
1.3
@DeprecatedSinceKotlin("1.4", "1.5", "1.7") fun <T> Array<out T>.subarrayContentToString(
    offset: Int,
    length: Int
): String

(source)
Deprecated: This function will become internal soon.

Returns a string representation of the contents of the subarray of the specified array as if it is List.