forEachChar

inline fun CharIterator.forEachChar(action: (Char) -> Unit)
inline fun CharIterable.forEachChar(action: (Char) -> Unit)