For having dimension as part of the parameter, look 
at https://github.com/SimonDanisch/FixedSizeArrays.jl

On Monday, April 18, 2016 at 3:55:23 PM UTC+2, Didier Verna wrote:
>
>
>   Hello, 
>
> is there a way to define such a beast? I would like for instance to 
> express something like this: SquareMatrix{Int32,3} and get instances 
> that would be similar to 3x3 Array{Int32,2}. 
>
> Right now, it seems to me that the available array abstractions only let 
> you express the rank as part of the type, not the actual dimensions. 
>
> Thanks. 
>
> -- 
> ELS'16 registration open! http://www.european-lisp-symposium.org 
>
> Lisp, Jazz, Aïkido: http://www.didierverna.info 
>

Reply via email to