Darryl Morris
Results
2
issues of
Darryl Morris
Solidity has `struct` by which arbitrary complex data structures can be created and referenced through named members. I find struct's, as a type, are particularly handy when coupled with a...
language design :rage4:
medium effort
high impact
I'm trying to work inter-template get/set but can't seem to pass the template in this form: `TemplateVar.set(Template.someTemplate, "someKey", "someValue");` which traces to: ``` _getTemplateInstance: function(givenTemplate, key, value){ var template =...