Closed fesoliveira014 closed 4 years ago
Instead of returning a Vec that always contains three elements, consider returning a [usize; 3]. That way we may save an allocation, i.e, edges_of_triangle.
edges_of_triangle
done in commit 75153c2
Instead of returning a Vec that always contains three elements, consider returning a [usize; 3]. That way we may save an allocation, i.e,
edges_of_triangle
.