Because of the focus on generic code, these custom array types are basically first class citizens. See for example https://github.com/JuliaArrays/OffsetArrays.jl
Almost every serious julia package is written in such a way that they can handle such arrays correctly.
Because of the focus on generic code, these custom array types are basically first class citizens. See for example https://github.com/JuliaArrays/OffsetArrays.jl
Almost every serious julia package is written in such a way that they can handle such arrays correctly.