/memorize

A simple memoization library for Kotlin

Primary LanguageKotlinMIT LicenseMIT

memorize

A simple memoization library for Kotlin

How To Use

fun memoizedFunction() = memoize {
	computeValue()
}