I think the policy is that both keys and values need to be equal for two AbstractArrays to be equal:
julia> OffsetArray([1,2,3], 2) == [1,2,3]
false
julia> OffsetArray([1,2,3], 0) == [1,2,3]
true
I think the policy is that both keys and values need to be equal for two AbstractArrays to be equal:
julia> OffsetArray([1,2,3], 2) == [1,2,3]
false
julia> OffsetArray([1,2,3], 0) == [1,2,3]
true