We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1816ba2 commit a2321a3Copy full SHA for a2321a3
base/some.jl
@@ -45,6 +45,9 @@ notnothing(::Nothing) = throw(ArgumentError("nothing passed to notnothing"))
45
isnothing(x)
46
47
Return `true` if `x === nothing`, and return `false` if not.
48
+
49
+!!! compat "Julia 1.1"
50
+ This function requires at least Julia 1.1.
51
"""
52
isnothing(::Any) = false
53
isnothing(::Nothing) = true
0 commit comments