spade
spade copied to clipboard
intersects_constraint return type
A lot of the time, when you call intersects_constraint, you're interested in which constraint you're intersecting, e.g. so you can get rid of it, or alter it, etc.
Do you think it would make sense for intersects_constraint to return Option<DirectedEdgeHandle> or something?
Can write a patch if you are interested.