static S stringBuffer_substring(StringBuffer buf, int start) { if (buf == null) ret ""; synchronized(buf) { ret buf.substring(min(start, l(buf))); } }
Began life as a copy of #1014676
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014679 |
Snippet name: | stringBuffer_substring |
Eternal ID of this version: | #1014679/1 |
Text MD5: | e9853a01198979dda41cc7d8ddee3cdf |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-29 23:15:44 |
Source code size: | 165 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 391 / 362 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |