You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could Tuple have getters first, second, third, myabe even last, instead of, or less good, in addition to, item{n}?
They could also implement Iterable, though, I'm not sure that would be practically useful, and they'd have to implement Iterable<dynamic> until we have unions and can implement Iterable<A|B|C|D|E>.
The text was updated successfully, but these errors were encountered:
Closing as with the recent release of Dart 3.0 and its support for Records, we plan to move this package into maintenance mode. That would essentially mean not take any enhancements to it and just maintaining it from the POV of bug fixes / CI updates to keep it working.
Could Tuple have getters first, second, third, myabe even last, instead of, or less good, in addition to, item{n}?
They could also implement Iterable, though, I'm not sure that would be practically useful, and they'd have to implement
Iterable<dynamic>
until we have unions and can implementIterable<A|B|C|D|E>
.The text was updated successfully, but these errors were encountered: