intel / intel/rohd

Allow swizzling on `Iterable` instead of just `List`

Open
#523 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.