Function xsIsID

bool xsIsID (
  scope xs.bindings.xsMachineRecord* the,
  string name
);

bool xsIsID (
  scope xs.bindings.xsMachineRecord* the,
  const(char*) name
);