jw3126 / Setfield.jl

Update deeply nested immutable structs.
Other
167 stars 17 forks source link

Type pirating StaticArrays #14

Closed tkf closed 6 years ago

tkf commented 6 years ago

Can this go into StaticArrays.jl?

https://github.com/jw3126/Setfield.jl/blob/1203f2845dee5533d7688291d8db6ed80883698d/src/Setfield.jl#L4-L9

tkf commented 6 years ago

Also, for hassetindex!(::StaticArrays.StaticArray), would it be nicer to use Requires.jl?

tkf commented 6 years ago

I just noticed https://github.com/JuliaArrays/StaticArrays.jl/pull/370