Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve return type for Collection::partition (#380)
Currently when partitioning a Collection-object it will return an array of ReadableCollections unless that return-type is overwritten in the implementation. This change makes sure that any implementation of a Collection actually returns an array of Collections instead.
- Loading branch information