I’m looking at lazy, delegated properties, and the...
# getting-started
g
I’m looking at lazy, delegated properties, and the like, but this obviously doesn’t work:
class LazyRegex(regex: Regex) : Lazy<Regex> by regex