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?

Reply via email to