static GlobalID globalIDFromParts(long a, short b) {
  new GlobalID id;
  id.a = a;
  id.b = b;
  ret id;
}