Allow swizzling on `Iterable` instead of just `List`
Open
enhancement
good first issue
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
### Motivation
Currently all the `Swizzle` and `swizzle` stuff operates/extensions on `List`s. Why not on `Iterable` so people don't need to do `.toList()` before accessing it?
### Desired solution
Make all "swizzling" work on `Iterable`, including `extension`s, for both `Logic` and `LogicValue`.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.