Skip to content

update `macroplus` to fix `nnkOpenSymChoice` problem

Compare
Choose a tag to compare
@hamidb80 hamidb80 released this 12 Jun 19:55
· 62 commits to main since this release

it wasn't possible back then:

template fn(cc): untyped =
  cc.items !> map(it+1).toSeq()

echo @[@[1, 2, 3, 4]].items !> map(fn it).toSeq()