static Int oneOrNull(bool b) { ret b ? 1 : null; }