kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
forEach
for
Each
inline
fun
CharSequence
.
forEach
(
action
:
(
Char
)
->
Unit
)
(
source
)
Performs the given
action
on each character.