The current StridedViews.jl design uses Base.promote_op in several places, in particular in getindex and setindex! to deal with the type reinterpretation functionality. This particular use is however explicitly advised against in the extended help of Base.promote_op, so we might need another approach.
The current StridedViews.jl design uses
Base.promote_opin several places, in particular ingetindexandsetindex!to deal with the type reinterpretation functionality. This particular use is however explicitly advised against in the extended help ofBase.promote_op, so we might need another approach.