Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs for construction of undef arrays with missing type (#31091)
The contract is that if `T` is a bits type then creation of uninitialized array of type `Union{Missing, T}` initializes it to hold `missing` in all entries. Mention this in the documentation.
- Loading branch information