static T3<S> tripleToLower(T3<S> t) { ret t == null ? null : t3(lower(t.a), lower(t.b), lower(t.c)); }
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: | #1012099 |
| Snippet name: | tripleToLower |
| Eternal ID of this version: | #1012099/1 |
| Text MD5: | 54c3fa4668a2f28f6da992e6caff0e77 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-18 14:45:41 |
| Source code size: | 106 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 618 / 655 |
| Referenced in: | [show references] |