how does `lazy` behave memory wise? will it alloca...
# announcements
r
how does
lazy
behave memory wise? will it allocate a lambda object for every lazy used? or will that be compiled to some pure function that can be reused by multiple lazy objects?