The Cometary.Macros extension should declare a Lazy class that allows inline declaration of a variable that gets lazily computed.
If possible, Macros should be able to modify whole method / property bodies, in order to be better implemented, thus allowing lazy properties without the use of the Lazy class, but using a backing field, and a boolean.
The
Cometary.Macrosextension should declare aLazyclass that allows inline declaration of a variable that gets lazily computed.If possible, Macros should be able to modify whole method / property bodies, in order to be better implemented, thus allowing lazy properties without the use of the
Lazyclass, but using a backing field, and a boolean.