For Array, sure, but I was hoping for something that would work for various subtypes of AbstractArray.
On Wednesday, February 10, 2016 at 12:36:00 PM UTC-5, Lutfullah Tomak wrote:
Do yo mean something like
>
> onedimless{T,N}(A::Array{T,N}) = Array{T,N-1}
> ?
>
