If you end up trying the `Nullable` route, you might find our in-progress `NullableArrays` package helpful: https://github.com/johnmyleswhite/NullableArrays.jl. Its designed to extend the functionality of the `AbstractArray` interface to a container type specialized to handle `Nullable` entries. I'm currently working on this for the JSoC, so there is a point person for issues and functionality requests.
Note, though, that it's being developed for 0.4. On Friday, July 24, 2015 at 3:39:56 PM UTC-4, Júlio Hoffimann wrote: > > Thank you all, I'll try to figure out a good solution for my use case. > > -Júlio >
