Hey guys. Any simple way to do memoization in Kotl...
# announcements
a
Hey guys. Any simple way to do memoization in Kotlin? I have an extension function for my data class that grabs fields deep from arrays, and I'd like to cache it so I wouldn't do it every time