sS strOrEmpty(O o, S ifNull) { ret o == null ? ifNull : str(o); }