mapIndexedNotNullLaw

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