static A valueOrNull(bool b, A a) { ret b ? a : null; }