Pinned Loading
-
-
math.js
math.js 1const True = (a, b) => a()
2const False = (a, b) => b()
3const If = (cond, then, else_ = () => {}) => cond(then, else_)
4const L = (first, second) => second(first())
5 -
-
-
-
The only sensible thing to do in kotlin
The only sensible thing to do in kotlin 1import com.tngtech.archunit.base.DescribedPredicate
2import com.tngtech.archunit.core.domain.JavaClass
3import com.tngtech.archunit.core.importer.ClassFileImporter
4import com.tngtech.archunit.lang.ArchCondition
5import com.tngtech.archunit.lang.ConditionEvents
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.