-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Allow using an Enumerable as the type of an Enumerable. Currently this is not possible since the Enumerable struct does not implement comparable and there does not seem to be a way to do this now. The current implementation is restricted to comparable types to allow for methods like Contains and TakeWhile. If it were possible to switch on the generic type we may be able to allow this. Some proposals are currently open for the language spec. This seems to be a current shortcoming of generics in general.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request