-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
After #244 we now have .from_iterable
constructor on every container.
We should also add to_iterable(container: Container[Sequence[T]]) -> Iterable[Container[T]]:
(where Container
is just an alias, we should support types for all existing containers).
So, this will allow us to construct and deconstruct values easily.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed