1 | static S _str(O o) {
|
2 | ret o == null ? "null" : o.toString(); |
3 | } |
4 | |
5 | static S _str(char[] c) {
|
6 | ret new S(c); |
7 | } |
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: | 798 / 807 |
| Referenced in: | [show references] |