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 47cc2d6 commit 5f4ea56Copy full SHA for 5f4ea56
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