hydroflow icon indicating copy to clipboard operation
hydroflow copied to clipboard

`LatticeBimorphism` trait should be modified to support references instead of just owned values, to avoid unnecessary `clone()`ing

Open MingweiSamuel opened this issue 1 year ago • 1 comments

Or multiple traits

Or modify lattice_bimorphism() hydroflow operator to use &'lifetime Input as the bimorphism type parameters

MingweiSamuel avatar Jun 14 '24 21:06 MingweiSamuel

Related: should it be able to return an iterator of items instead of just one

MingweiSamuel avatar Jun 14 '24 23:06 MingweiSamuel