Re: [julia-users] flatten arrays

2016-03-10 Thread Robin Deits
Not sure if it's helpful, but I wrote a package called Flatten.jl to 
recursively flatten data structures to vectors or tuples and un-flatten 
them to recover the original structure. But it only operates on fixed-size 
data (i.e DataTypes and Tuples, not Arrays). But if you find it useful, let 
me know: https://github.com/rdeits/Flatten.jl

On Thursday, March 10, 2016 at 11:23:34 AM UTC-5, Tomas Lycken wrote:
>
> This was the most recent mention of recursive array flattening that I 
> could find - has anything happened since? Is this available somewhere (I 
> couldn't find it in base)? 
>
> // T 
>


Re: [julia-users] flatten arrays

2016-03-10 Thread Tomas Lycken
This was the most recent mention of recursive array flattening that I could 
find - has anything happened since? Is this available somewhere (I couldn't 
find it in base)? 

// T