static S assertLongGlobalID(S s) { if (!possibleLongGlobalID(s)) fail("Not an acceptable long global ID: " + s); ret s; }