Ah, that would be f(a::AbstractMatrix) or equivalently f(a::AbstractArray{T, 2}) where T
f(a::AbstractMatrix)
f(a::AbstractArray{T, 2}) where T