static S strOrEmpty(O o) { ret o == null ? "" : str(o); }