Closed entropylost closed 3 years ago
Would be nice if we could impl ForEach for ForEachRef and T: Clone.
ForEach
ForEachRef
T: Clone
@bonsairobo I've tried to do a macro but it didn't really work... (The type arguments screwed up if I remember correctly), and if TransformMap is doing ForEach then I can't do a global impl.
Would be nice if we could impl
ForEach
forForEachRef
andT: Clone
.