svoid mapMethodLike printShortenedFunctionCall(int len default 100, O fname, O... args) { print(shorten(len, formatFunctionCall(fname, args))); }