We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UnionAll
where
1 parent 790081c commit 5b83838Copy full SHA for 5b83838
base/docs/basedocs.jl
@@ -1460,7 +1460,7 @@ kw"new"
1460
"""
1461
1462
1463
-The `where` keyword creates a type that is an iterated union of other types, over all
+The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
1464
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
1465
where the element type is some kind of `Real` number.
1466
0 commit comments