hydroflow
hydroflow copied to clipboard
`LatticeBimorphism` trait should be modified to support references instead of just owned values, to avoid unnecessary `clone()`ing
Or multiple traits
Or modify lattice_bimorphism() hydroflow operator to use &'lifetime Input as the bimorphism type parameters
Related: should it be able to return an iterator of items instead of just one