zero-functional / zero-functional

A library providing zero-cost chaining for functional abstractions in Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Output an array and not a seq for `zip-->map` of arrays

mratsim opened this issue · comments

I'm working with stack arrays and it would be nice when possible to have stack arrays as result by default when doing zip(a, b) --> map(it[0] + it[1]) as the size of the arrays is known at compile-time.