static long conceptID(Concept c) { ret c == null ? 0 : c.id; } static long conceptID(Derefable ref) { ret conceptID(deref(ref)); }