A Vector usually been concatenated by append!
or vcat
. But there don’t work on Dict(or Set, OrderedDict etc.). Of cause we can use for-loop to add each element into a new dict.
I want to know is there an interface like append!
or vcat
to concatenate. This should be reasonable.