Variable EdgeTriplet.dst

struct EdgeTriplet
{
  // ...
  VD dst;
  // ...
}