sS callStringifier(O stringifier, O o) { ret stringifier != null ? str(callF(stringifier, o)) : str(o); }