mapIndexedLaw

inline fun <B> CharSequence.mapIndexedLaw(transform: (Int, Char) -> B): List<B>