We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b76c59 commit a77d03aCopy full SHA for a77d03a
base/deprecated.jl
@@ -194,7 +194,8 @@ end
194
# BEGIN 1.5 deprecations
195
"""
196
isimmutable(v) -> Bool
197
-
+!!! warning
198
+ Consider using `!ismutable(v)` instead, as `isimmutable(v)` will be replaced by `!ismutable(v)` in a future release.
199
Return `true` iff value `v` is immutable. See [Mutable Composite Types](@ref)
200
for a discussion of immutability. Note that this function works on values, so if you give it
201
a type, it will tell you that a value of `DataType` is mutable.
0 commit comments