static S strPreserveNull(O s) { ret s == null ? null : str(s); }