binary-streams / loggersoft.kotlin.streams / kotlin.String / forCodePoints

forCodePoints

inline fun String.forCodePoints(startIndex: Int = 0, size: Int = -1, block: (index: Int, ch1: Char, ch2: Char, codePoint: Int, isSurrogate: Boolean) -> Boolean): Int

Goes through this code points starting from startIndex and with size limit.