eknkc/amber

Is there a way to pass slice of structs as data

ibnishak opened this issue · 0 comments

How would you iterate. The following pseudo-code with dot format will convey what I am trying to achieve

each $row in .
  tr
     td $row.Firstcol
     td $row.Secondcol