Question, I have a custom `ReadOnlyProperty` deleg...
# announcements
t
Question, I have a custom
ReadOnlyProperty
delegated property. Is it possible to "wrap" my property delegate with
lazy
so I don;t have to implement the lazy logic myself?