static S _str(O o) { ret o == null ? "null" : o.toString(); } static S _str(char[] c) { ret new S(c); }
Began life as a copy of #1001992
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: | #1007893 |
Snippet name: | _str function - copy of str() |
Eternal ID of this version: | #1007893/1 |
Text MD5: | 4f532580fa4200287769c04ee56f950b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-15 13:22:02 |
Source code size: | 114 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 575 / 577 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |