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.
UnionAll
where
1 parent 2872bc3 commit 2f3f27eCopy full SHA for 2f3f27e
base/docs/basedocs.jl
@@ -1441,7 +1441,7 @@ kw"new"
1441
"""
1442
1443
1444
-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
1445
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
1446
where the element type is some kind of `Real` number.
1447
0 commit comments