質問

I have two collections: coll1 and coll2. I need a collection coll which is the union of the two, but I don't want to allocate a new collection. I simply what coll to represent a view of the two collection, and to forward calls to them.

Is there a library which offer this?

役に立ちましたか?
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top