1 | static S toCamelCase(L<S> words) {
|
2 | ret camelCase(words); |
3 | } |
4 | |
5 | static S toCamelCase(S words) {
|
6 | ret camelCase(words); |
7 | } |
Began life as a copy of #1005764
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: | #1014831 |
| Snippet name: | toCamelCase - synonym of camelCase - convert word list into "camel case" |
| Eternal ID of this version: | #1014831/1 |
| Text MD5: | 4ab3920ae7e7135aea5e47bda78b129b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-04 10:36:04 |
| Source code size: | 125 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 531 / 591 |
| Referenced in: | [show references] |