We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bab383 commit 29c1647Copy full SHA for 29c1647
src/operators.jl
@@ -495,7 +495,7 @@ Convert a tuple of variables into a static vector to allow array-like usage.
495
The element type of the vector will be Monomial{vars, length(vars)}.
496
"""
497
Base.vec(vars::Tuple{Vararg{AbstractVariable}}) = [vars...]
498
-# vec(vars::Tuple{Vararg{<:TypedVariable}}) = SVector(vars)
+# vec(vars::Tuple{Vararg{TypedVariable}}) = SVector(vars)
499
500
# https://github.com/JuliaLang/julia/pull/23332
501
Base.:^(x::AbstractPolynomialLike, p::Integer) = Base.power_by_squaring(x, p)
0 commit comments