arrow-core / arrow.core.extensions / StringOrder
interface ~~StringOrder~~ : Order<String>
Deprecated: Order is deprecated in favor of compareTo(), since Kotlin’s Std doesn’t take Order into account
| compare | open fun String.compare(b: String): Ordering | 
    
| compareTo | open fun String.compareTo(b: String): Int | 
    
| StringContext | object ~~StringContext~~ : StringShow, StringOrder, StringMonoid | 
    
Do you like Arrow?
✖