-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hi -- I'm constructing an array of mstch::lambdas around a collection of function objects.
These are getting cast to mstch::node objects as they are passed into the array.
However, when I try to loop through this array, it is as if there are no contents in the resulting HTML.
Is what I'm doing even possible?
And could it be, if it isn't currently?
It would allow me to create lazily-evaluated presenter objects, which would only instantiate (and maybe only instantiate child fields) when explicitly needed.
Cheers,
Doug.
Metadata
Metadata
Assignees
Labels
No labels