• Eric Myhre's avatar
    Recursive maps: works, and tested. · d52e2c27
    Eric Myhre authored
    Reset methods on assemblers were needed for this.  So far, we'd gotten
    along without these, because structs happen to not reuse assemblers
    between fields.  But we definitely do need them in general.
    
    It would've been possible to avoid having the reset methods on scalars,
    but it doesn't seem work the effort; it would save a line of GSLOC,
    but make absolutely no other practical difference, and also make the
    templates a fair sight more complicated.  So meh to that.
    d52e2c27
genMap.go 24.4 KB