Closed cpaleop closed 7 months ago
Resolves #1755 by creating a LazyModule class that implements Lazy<Module> and also adds the missing "plus" (+) operator.
LazyModule
Lazy<Module>
+
Resolved the conflicts, let me know if there is anything else I need to care of :)
Thanks, should be ok.
Resolves #1755 by creating a
LazyModule
class that implementsLazy<Module>
and also adds the missing "plus" (+
) operator.