Char Sequence Conversions Laws
Functions
Link copied to clipboard
inline fun <K> CharSequence.associateByLaw(keySelector: (Char) -> K): Map<K, Char>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> CharSequence.associateWithLaw(valueSelector: (Char) -> T): Map<Char, T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard