Transpiled version (9696L) is out of date.
sS shortenToMaxLines(S s, int maxLines) { ret shortenToMaxLinesAndChars(s, maxLines, Int.MAX_VALUE); } sS shortenToMaxLines(int maxLines, S s) { ret shortenToMaxLines(s, maxLines); }
Began life as a copy of #1018064
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035778 | 
| Snippet name: | shortenToMaxLines - actually uses one more line for the ... | 
| Eternal ID of this version: | #1035778/2 | 
| Text MD5: | f90c46888fa67e1acf2730a1c44738ec | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-07-23 23:45:19 | 
| Source code size: | 189 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 364 / 447 | 
| Version history: | 1 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |