// returns number of changes static int cset_sync(Concept c, O... values) ctex { ret withDBLock(c._concepts, func -> int { cset(c, values) }); }