Unpack vector of tuples from broadcasted function

The Unzip package implements this:

using Unzip

v1, v2, v3 = unzip(gives3.(inputs))
2 Likes