StructTypes.jl
StructTypes.jl copied to clipboard
Add constructfrom! methods for certain InterfaceTypes
trafficstars
something along the lines of the following would be nice
StructTypes.constructfrom!(::StructTypes.DictType, target::AbstractDict, source) = merge!(target, source)
StructTypes.constructfrom!(::StructTypes.ArrayType, target, source) = append!(target, source)