ReusePatterns.jl icon indicating copy to clipboard operation
ReusePatterns.jl copied to clipboard

Implement composition and concrete subtyping in Julia.

Results 2 ReusePatterns.jl issues
Sort by recently updated
recently updated
newest added

Fix https://github.com/gcalderone/ReusePatterns.jl/issues/5. (at least remove the remaining error on the issue example). - [x] add tests

Consider the following: **mwe** ```julia using ReusePatterns struct MyArray{T, N} #