mapomatic icon indicating copy to clipboard operation
mapomatic copied to clipboard

`matching_layout` should return `Iterable`

Open adamglos92 opened this issue 7 months ago • 0 comments

Since vf2_mapping returns and Iterator as stated in documentation, matching_layouts. could return the same (or alternatively, another function could be introduced that returns iterator for back-compatibility). Personally, I could use to start exploring mappings on the way and being able to stop it at the point I would be satisfied with the result.

adamglos92 avatar Jul 08 '25 09:07 adamglos92