Open nalimilan opened 8 years ago
Points 1 and 2 have been addressed by https://github.com/JuliaStats/NullableArrays.jl/pull/162 (thanks, @RatanRSur!).
I hope you don't mind but I converted your list to a checklist for easier tracking of what's been done.
We should improve our docstrings by adapting them to new conventions from the Julia manual. In particular (not all of these steps need to be done at the same time, though):
@doc
and->
(except for special cases)NullableArray
-specific information (likeunshift!
,shift!
,pop!
,splice!
, etc.)