static A printIfNempty(bool b, A a) { if (b) print(a); ret a; }