update `macroplus` to fix `nnkOpenSymChoice` problem
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()
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()