-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Can this go into StaticArrays.jl?
Lines 4 to 9 in 1203f28
| # hack to support static arrays | |
| if Pkg.installed("StaticArrays") != nothing | |
| import StaticArrays | |
| Base.setindex(arr::StaticArrays.StaticArray, args...) = StaticArrays.setindex(arr,args...) | |
| hassetindex!(::StaticArrays.StaticArray) = false | |
| end |
Metadata
Metadata
Assignees
Labels
No labels