rohd icon indicating copy to clipboard operation
rohd copied to clipboard

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

Open mkorbel1 opened this issue 4 months ago • 0 comments

Motivation

Currently all the Swizzle and swizzle stuff operates/extensions on Lists. Why not on Iterable so people don't need to do .toList() before accessing it?

Desired solution

Make all "swizzling" work on Iterable, including extensions, for both Logic and LogicValue.

Alternatives considered

No response

Additional details

No response

mkorbel1 avatar Oct 04 '24 19:10 mkorbel1