// b is registered in a._concepts svoid registerAsPeer(Concept b, Concept a) { if (a == null || b == null) ret; Concepts cc = a._concepts(); if (cc != null) registerConcept(cc, b); }