We should be able to broadcast over all layers of a DimStack in the same call, as with a DimArray.
The objects broadcasted over could be NamedTuple from all layers, but more interesting may be to wrap this in a wrapper object like StackSlice{T<:NamedTuple} <: Number so that we can use math on all layers at once.
(but maybe this is crazy and not actually useful IDK)
We should be able to broadcast over all layers of a
DimStack
in the same call, as with aDimArray
.The objects broadcasted over could be
NamedTuple
from all layers, but more interesting may be to wrap this in a wrapper object likeStackSlice{T<:NamedTuple} <: Number
so that we can use math on all layers at once.(but maybe this is crazy and not actually useful IDK)