Package-level declarations

Functions

Link copied to clipboard
fun <K, V> mapFromPairs(vararg pairs: Any?): Map<K, V>
Link copied to clipboard
fun List<*>.prettyPrint(indentation: Int = 0): String
fun Map<*, *>.prettyPrint(sortKeys: Boolean = false, offset: Int = 4, paddingChar: Char = ' ', keyValueSeparator: String = ": "): String