arg3 static method
Implementation
static TypeContainer3 arg3(TypeCapture a, TypeCapture b, TypeCapture c) {
TypeContainer0 c0 = TypeContainer0();
TypeContainer1 c1 = a.consumeType(c0.next);
TypeContainer2 c2 = b.consumeType(c1.next);
TypeContainer3 c3 = c.consumeType(c2.next);
return c3;
}