julia
9b52fc0a - Add missing and Missing (#24653)

Commit
8 years ago
Add missing and Missing (#24653) Add basic support with special methods for operators and standard math functions. Adapt ==(::AbstractArray, ::AbstractArray), all() and any() to support three-valued logic. This requires defining missing and Missing early in the bootstrap process, but other missing-related code is included relatively late to be able to add methods to Base functions defined in various places. Add new manual section about missing values.
Author
Parents
Loading