Open
Description
Right now many:many edges that need to store data (or additional edges) can be modeled by two 1:many edges pointing at the same table. This is good, but perhaps it has some functionality gaps. many:many edges support looking up edge presence and traversing the edge by using a combined index, but in the case of an ent defined for this purpose the developer has to do this manually.