On Thursday, January 02, 2014 06:00:06 AM Christian Groll wrote:
> Hence,
> what I am searching for is probably a way to inherit all methods from
> Array{Float64}, only manipulating the setindex! methods, hopefully with
> some type of metaprogramming.You should just be able to declare your type as a subtype of AbstractArray, and then override setindex! for your specific type. --Tim
