- Indonesia
- http://medium.com/@syafdia
Pinned Loading
-
android-boilerplate
android-boilerplate PublicSimple MVVM Android boilerplate using Kotlin
Kotlin 5
-
-
-
simple_transducer.js
simple_transducer.js 1// Utils2const data = [0, 1, 2, 3, 4, 5];
3const reduce = (fn) => (a) => (b) => b.reduce(fn, a);
4const compose = (fns) => (a) => fns.reduceRight((acc, fn) => fn(acc), a);
5
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.