1 | sS str_shorten(O o) { |
2 | ret shorten_str(o); |
3 | } |
4 | |
5 | |
6 | |
7 | sS str_shorten(O o, int max) { |
8 | ret shorten_str(o, max); |
9 | } |
10 | |
11 | |
12 | |
13 | sS str_shorten(int max, O o) { |
14 | ret shorten_str(max, o); |
15 | } |
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: | 156 / 187 |
Referenced in: | [show references] |