Alias S2Builder.InputEdgeIdSetId

Identifies the set of input edge ids that were snapped to a given edge.

class S2Builder
{
  // ...
  alias InputEdgeIdSetId = int;
  // ...
}