static Stringable lambdaToToString(IF0 f) { ret f == null ?: new Stringable(f); }