sS str_shorten(O o) { ret shorten_str(o); } sS str_shorten(O o, int max) { ret shorten_str(o, max); } sS str_shorten(int max, O o) { ret shorten_str(max, o); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034234 |
Snippet name: | str_shorten - synonym of shorten_str |
Eternal ID of this version: | #1034234/1 |
Text MD5: | cecf4c0794693c689ccd2f3b4a4926a2 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-29 05:53:36 |
Source code size: | 175 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 155 / 185 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |