bonsairobo / building-blocks

A voxel library for real-time applications.
MIT License
369 stars 30 forks source link

Added GetRef. #14

Closed entropylost closed 3 years ago

bonsairobo commented 3 years ago

Would be nice if we could impl ForEach for ForEachRef and T: Clone.

entropylost commented 3 years ago

@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.