Hi everyone. I’m just starting to grasp Kotlin (di...
# getting-started
g
Hi everyone. I’m just starting to grasp Kotlin (did the Koans, starting to use it on a real project) and I have a question: I want to build a
LazyRegex
class, that works just like
Regex
but is only initialized when accessed.