As a developer writing a package extension for DataInterpolations.jl (adrhill/SparseConnectivityTracer.jl#178), it would be useful if all AbstractInterpolations indicated their output dimensionality, e.g.
abstract type AbstractInterpolation{T,N} end
or {N,T} instead of just {T}:
|
abstract type AbstractInterpolation{T} end |