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