Nice, thanks, unfortunately that won’t work on older versions of Julia right? it doesn’t on 1.0. as far as I can tell. (for Union{Missing,Foo} it will return Union{Missing,Foo})
I guess I could do a version check and either use that or the nomiss thing.
Thanks either way!