Skip to content

Commit 9d70500

Browse files
authored
Update setindex.jl
1 parent dccd603 commit 9d70500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/setindex.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ Base.@propagate_inbounds function setindex(d0::AbstractDict, v, k)
2020
d[k] = v
2121
return d
2222
end
23+
24+
setindex(a::StaticArrays.StaticArray, args...) =
25+
Base.setindex(a, args...)

0 commit comments

Comments
 (0)