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