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 397f7e6 commit 38d498fCopy full SHA for 38d498f
src/functions.jl
@@ -114,6 +114,7 @@ elseif VERSION >= v"1.1"
114
end
115
116
@static if VERSION > v"1.9-DEV"
117
+ # TODO: only supports dims=: for now
118
function Base.stack(A::KeyedArray; dims::Colon=:)
119
data = @invoke Base.stack(A::AbstractArray; dims)
120
if !allequal(named_axiskeys(a) for a in A)
0 commit comments