“Apache 2.0 license. May I design my own font based on JetBrains Mono? -> YES. In this case, you need to indicate that it is based on JetBrains Mono.”

yarumatoyarumato のブックマーク 2020/01/20 20:22

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

JetBrains Mono: A free and open source typeface for developers

    fun <T : Comparable<T>> List<T>.quickSort(): List<T> = when { size < 2 -> this else -> { val pivot = first() val (smaller, greater) = drop(1).partition { it <= pivot } smaller.quickSort() + pivot +...

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう