static Q startQ() { ret new Q(true); } static Q startQ(S name) { ret new Q(name, true); }