DimensionalData conveniently overloads a lot of its methods for "dimensional types", i.e. types that carry dimensional information, including Type{<:Dimension}, Dimension, AbstractDimArray, AbstractDimStack, etc. For continued convenience, we should identify which of these methods it makes sense to overload for InferenceData inputs and then add those overloads.
DimensionalData conveniently overloads a lot of its methods for "dimensional types", i.e. types that carry dimensional information, including
Type{<:Dimension}
,Dimension
,AbstractDimArray
,AbstractDimStack
, etc. For continued convenience, we should identify which of these methods it makes sense to overload forInferenceData
inputs and then add those overloads.