kotlin.text.filterIndexedTo

filterIndexedTo

inline fun <C : Appendable> CharSequence.filterIndexedTo(
    destination: C, 
    predicate: (index: Int, Char) -> Boolean
): C

Appends all characters matching the given predicate to the given 登录查看完整内容