static O cget(O c, S field) { O o = getOpt(c, field); if (o instanceof Concept.Ref) ret ((Concept.Ref) o).get(); ret o; }