Open
Description
Description
In my opinion, the toCollection method should always return an array (if it does not passed length, then length = 1). The reason for this is very simple: toCollection is used to generate an array of elements. If for some reason you think otherwise, then at least make the correct typing. Currently toCollection always returns the type Collection | Collection[], but should return Collection[] if length is passed.
The example in the specification also needs to be improved:
Proposed solution
No response
Alternatives considered
No response
Do you want to create a pull request?
No