I can't imagine there's anything faster than hcat({{1,2},{3,4}}...) for
Array{Any}.
On Friday, 28 February 2014 18:08:19 UTC-6, Westley Hennigh wrote:
>
> Is there any super efficient way to change `{{1,2},{3,4}}` into an
> Array{Any, 2}? (beyond looping and copying in a cache conscious way)
>
> Would it be good to write `convert` for this, or should it stay hard?
>
>
