Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace some std::tuple with std::array #307

Open
saraedum opened this issue Jul 8, 2022 · 0 comments
Open

Replace some std::tuple with std::array #307

saraedum opened this issue Jul 8, 2022 · 0 comments

Comments

@saraedum
Copy link
Member

saraedum commented Jul 8, 2022

E.g. faces() should return an array<3, HalfEdge> that we can iterate over instead of a tuple<HalfEdge, HalfEdge, HalfEdge>.

We should provide a helper that unpacks the array, i.e., destructuring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant