Any reason this is not added? `fun String.remove(...
# language-proposals
j
Any reason this is not added?
fun String.remove(value: String): String = replace(value, "")
1
c
#stdlib